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