pub struct PlainEncoder;Expand description
Plain encoder (fallback for unsupported types).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainEncoder
impl RefUnwindSafe for PlainEncoder
impl Send for PlainEncoder
impl Sync for PlainEncoder
impl Unpin for PlainEncoder
impl UnsafeUnpin for PlainEncoder
impl UnwindSafe for PlainEncoder
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