pub enum AmqpEncodeError {
Io(Error),
}
Variants
Io(Error)
Trait Implementations
sourceimpl Debug for AmqpEncodeError
impl Debug for AmqpEncodeError
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 AmqpEncodeError
impl Send for AmqpEncodeError
impl Sync for AmqpEncodeError
impl Unpin for AmqpEncodeError
impl !UnwindSafe for AmqpEncodeError
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