pub struct TransmissionFragmentDecoder { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FragmentDecoder
impl RefUnwindSafe for FragmentDecoder
impl Send for FragmentDecoder
impl Sync for FragmentDecoder
impl Unpin for FragmentDecoder
impl UnwindSafe for FragmentDecoder
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