pub struct NoEncoderError;Expand description
Error type for the NoEncoder placeholder implementation.
This error type is never actually returned since NoEncoder operations always succeed, but it’s required to implement the ErrorType trait.
Trait Implementations§
Source§impl Debug for NoEncoderError
impl Debug for NoEncoderError
Auto Trait Implementations§
impl Freeze for NoEncoderError
impl RefUnwindSafe for NoEncoderError
impl Send for NoEncoderError
impl Sync for NoEncoderError
impl Unpin for NoEncoderError
impl UnsafeUnpin for NoEncoderError
impl UnwindSafe for NoEncoderError
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