Variants
Io(Error)
MaxSizeError(usize)
Trait Implementations
sourceimpl Debug for EncodeError
impl Debug for EncodeError
sourceimpl From<AmqpEncodeError> for EncodeError
impl From<AmqpEncodeError> for EncodeError
sourcefn from(err: AmqpEncodeError) -> Self
fn from(err: AmqpEncodeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for EncodeError
impl Send for EncodeError
impl Sync for EncodeError
impl Unpin for EncodeError
impl !UnwindSafe for EncodeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more