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