pub struct PassthroughFramer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for PassthroughFramer
impl RefUnwindSafe for PassthroughFramer
impl Send for PassthroughFramer
impl Sync for PassthroughFramer
impl Unpin for PassthroughFramer
impl UnsafeUnpin for PassthroughFramer
impl UnwindSafe for PassthroughFramer
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