pub enum AmqpError {
Show 13 variants
InternalError,
NotFound,
UnauthorizedAccess,
DecodeError,
ResourceLimitExceeded,
NotAllowed,
InvalidField,
NotImplemented,
ResourceLocked,
PreconditionFailed,
ResourceDeleted,
IllegalState,
FrameSizeTooSmall,
}
Variants§
InternalError
NotFound
DecodeError
ResourceLimitExceeded
NotAllowed
InvalidField
NotImplemented
ResourceLocked
PreconditionFailed
ResourceDeleted
IllegalState
FrameSizeTooSmall
Implementations§
Trait Implementations§
Source§impl From<AmqpError> for ErrorCondition
impl From<AmqpError> for ErrorCondition
Source§fn from(original: AmqpError) -> ErrorCondition
fn from(original: AmqpError) -> ErrorCondition
Converts to this type from the input type.
impl Copy for AmqpError
impl StructuralPartialEq for AmqpError
Auto Trait Implementations§
impl Freeze for AmqpError
impl RefUnwindSafe for AmqpError
impl Send for AmqpError
impl Sync for AmqpError
impl Unpin for AmqpError
impl UnwindSafe for AmqpError
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