Struct async_ws::frame::FrameHeadDecodeState
source · pub struct FrameHeadDecodeState { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FrameHeadDecodeState
impl Send for FrameHeadDecodeState
impl Sync for FrameHeadDecodeState
impl Unpin for FrameHeadDecodeState
impl UnwindSafe for FrameHeadDecodeState
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