pub struct NoFramer;Expand description
No-op framer that passes data through unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoFramer
impl RefUnwindSafe for NoFramer
impl Send for NoFramer
impl Sync for NoFramer
impl Unpin for NoFramer
impl UnsafeUnpin for NoFramer
impl UnwindSafe for NoFramer
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