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 DecodeFormatted for AmqpError
impl DecodeFormatted for AmqpError
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<Self, AmqpParseError>
Source§impl From<AmqpError> for ErrorCondition
impl From<AmqpError> for ErrorCondition
impl Copy for AmqpError
impl Eq 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 UnsafeUnpin 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