Enum ore::retry::RetryReaderState [−][src]
enum RetryReaderState<U, R> {
Waiting,
Creating(U),
Reading(R),
}
This is supported on crate feature
network
only.Variants
Waiting
Creating(U)
Reading(R)
Trait Implementations
Auto Trait Implementations
impl<U, R> RefUnwindSafe for RetryReaderState<U, R> where
R: RefUnwindSafe,
U: RefUnwindSafe,
impl<U, R> Send for RetryReaderState<U, R> where
R: Send,
U: Send,
impl<U, R> Sync for RetryReaderState<U, R> where
R: Sync,
U: Sync,
impl<U, R> UnwindSafe for RetryReaderState<U, R> where
R: UnwindSafe,
U: UnwindSafe,
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