Enum async_tungstenite::compat::ContextWaker
source · 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