Enum libcoreinst::cmdline::FetchRetries [−][src]
pub enum FetchRetries {
Infinite,
Finite(NonZeroU32),
None,
}Variants
Infinite
Finite(NonZeroU32)
Tuple Fields
0: NonZeroU32None
Trait Implementations
impl<'de> Deserialize<'de> for FetchRetries where
Self: FromStr,
<Self as FromStr>::Err: Display,
impl<'de> Deserialize<'de> for FetchRetries where
Self: FromStr,
<Self as FromStr>::Err: Display,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FetchRetries
impl Send for FetchRetries
impl Sync for FetchRetries
impl Unpin for FetchRetries
impl UnwindSafe for FetchRetries
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
