pub struct FrameHeadDecodeState { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameHeadDecodeState
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