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