pub(crate) enum ContextWaker {
    Read,
    Write,
}Variants§
Auto Trait Implementations§
impl Freeze for ContextWaker
impl RefUnwindSafe for ContextWaker
impl Send for ContextWaker
impl Sync for ContextWaker
impl Unpin for ContextWaker
impl UnwindSafe for ContextWaker
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more