Enum snowcap_main::example_topologies::Reps[][src]

pub enum Reps {
    Rep1,
    Rep2,
    Rep3,
    Rep4,
    Rep5,
    Rep6,
    Rep7,
    Rep8,
    Rep9,
    Rep10,
    Rep11,
    Rep12,
    Rep13,
    Rep14,
    Rep15,
    Rep16,
    Rep17,
    Rep18,
    Rep19,
    Rep20,
    Rep30,
    Rep40,
    Rep50,
    Rep60,
    Rep70,
    Rep80,
    Rep90,
    Rep100,
}

Variants

Rep1
Rep2
Rep3
Rep4
Rep5
Rep6
Rep7
Rep8
Rep9
Rep10
Rep11
Rep12
Rep13
Rep14
Rep15
Rep16
Rep17
Rep18
Rep19
Rep20
Rep30
Rep40
Rep50
Rep60
Rep70
Rep80
Rep90
Rep100

Trait Implementations

impl ArgEnum for Reps[src]

impl Clap for Reps[src]

impl Clone for Reps[src]

impl Copy for Reps[src]

impl Debug for Reps[src]

impl Display for Reps[src]

impl Eq for Reps[src]

impl FromArgMatches for Reps[src]

impl IntoApp for Reps[src]

impl PartialEq<Reps> for Reps[src]

impl StructuralEq for Reps[src]

impl StructuralPartialEq for Reps[src]

impl Subcommand for Reps[src]

Auto Trait Implementations

impl RefUnwindSafe for Reps[src]

impl Send for Reps[src]

impl Sync for Reps[src]

impl Unpin for Reps[src]

impl UnwindSafe for Reps[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]