pub struct NoSerializer;Expand description
A no-op serializer which returns an error when attempting to use it.
Trait Implementations§
Source§impl Debug for NoSerializer
impl Debug for NoSerializer
Auto Trait Implementations§
impl Freeze for NoSerializer
impl RefUnwindSafe for NoSerializer
impl Send for NoSerializer
impl Sync for NoSerializer
impl Unpin for NoSerializer
impl UnwindSafe for NoSerializer
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