Enum ore::retry::RetryLimit [−][src]
This is supported on crate feature
network
only.Variants
Duration(Duration)
Tuple Fields
0: Duration
Tries(usize)
Tuple Fields
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RetryLimit
impl Send for RetryLimit
impl Sync for RetryLimit
impl Unpin for RetryLimit
impl UnwindSafe for RetryLimit
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more