Variants
Send(R)
IsFull(bool)
IsEmpty(bool)
Auto Trait Implementations
impl<R> RefUnwindSafe for Reply<R>where
    R: RefUnwindSafe,
impl<R> Send for Reply<R>where
    R: Send,
impl<R> Sync for Reply<R>where
    R: Sync,
impl<R> Unpin for Reply<R>where
    R: Unpin,
impl<R> UnwindSafe for Reply<R>where
    R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more