pub struct Rejected {
pub error: Option<Error>,
}
Fields§
§error: Option<Error>
Implementations§
Trait Implementations§
Source§impl DecodeFormatted for Rejected
impl DecodeFormatted for Rejected
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<Self, AmqpParseError>
impl Eq for Rejected
impl StructuralPartialEq for Rejected
Auto Trait Implementations§
impl Freeze for Rejected
impl !RefUnwindSafe for Rejected
impl Send for Rejected
impl Sync for Rejected
impl Unpin for Rejected
impl !UnwindSafe for Rejected
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