pub struct CloseMethod {
pub reply_code: u16,
pub reply_text: AmqpString,
pub class_id: u16,
pub method_id: u16,
}Fields§
§reply_code: u16§reply_text: AmqpString§class_id: u16§method_id: u16Trait Implementations§
Source§impl Clone for CloseMethod
impl Clone for CloseMethod
Source§fn clone(&self) -> CloseMethod
fn clone(&self) -> CloseMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CloseMethod
impl Debug for CloseMethod
Source§impl PartialEq for CloseMethod
impl PartialEq for CloseMethod
impl StructuralPartialEq for CloseMethod
Auto Trait Implementations§
impl !Freeze for CloseMethod
impl RefUnwindSafe for CloseMethod
impl Send for CloseMethod
impl Sync for CloseMethod
impl Unpin for CloseMethod
impl UnwindSafe for CloseMethod
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