Enum snowcap_main::example_topologies::Reps [−][src]
Variants
Trait Implementations
impl ArgEnum for Reps
[src]
const VARIANTS: &'static [&'static str]
[src]
fn from_str(input: &str, case_insensitive: bool) -> Result<Self, String>
[src]
impl Clap for Reps
[src]
pub fn parse() -> Self
[src]
pub fn try_parse() -> Result<Self, Error>
[src]
pub fn parse_from<I, T>(itr: I) -> Self where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn update_from<I, T>(&mut self, itr: I) where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
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]
fn from_arg_matches(matches: &ArgMatches) -> Self
[src]
fn update_from_arg_matches(&mut self, matches: &ArgMatches)
[src]
impl IntoApp for Reps
[src]
fn into_app<'b>() -> App<'b>
[src]
fn augment_clap<'b>(app: App<'b>) -> App<'b>
[src]
fn into_app_for_update<'b>() -> App<'b>
[src]
fn augment_clap_for_update<'b>(app: App<'b>) -> App<'b>
[src]
impl PartialEq<Reps> for Reps
[src]
impl StructuralEq for Reps
[src]
impl StructuralPartialEq for Reps
[src]
impl Subcommand for Reps
[src]
fn augment_subcommands<'b>(app: App<'b>) -> App<'b>
[src]
fn from_subcommand(subcommand: Option<(&str, &ArgMatches)>) -> Option<Self>
[src]
fn augment_subcommands_for_update<'b>(app: App<'b>) -> App<'b>
[src]
fn update_from_subcommand<'b>(
&mut self,
subcommand: Option<(&str, &ArgMatches)>
)
[src]
&mut self,
subcommand: Option<(&str, &ArgMatches)>
)
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,