pub enum LinkError {
DetachForced,
TransferLimitExceeded,
MessageSizeExceeded,
Redirect,
Stolen,
}
Variants§
Implementations§
Trait Implementations§
Source§impl DecodeFormatted for LinkError
impl DecodeFormatted for LinkError
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<Self, AmqpParseError>
Source§impl From<LinkError> for ErrorCondition
impl From<LinkError> for ErrorCondition
impl Copy for LinkError
impl Eq for LinkError
impl StructuralPartialEq for LinkError
Auto Trait Implementations§
impl Freeze for LinkError
impl RefUnwindSafe for LinkError
impl Send for LinkError
impl Sync for LinkError
impl Unpin for LinkError
impl UnwindSafe for LinkError
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