Enum libcoreinst::cmdline::FetchRetries [−][src]
pub enum FetchRetries {
Infinite,
Finite(NonZeroU32),
None,
}Variants
Tuple Fields of Finite
0: NonZeroU32Trait Implementations
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
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more