pub struct AmqpMethod {
pub class_id: u16,
pub method_id: u16,
pub summary: String,
pub detail: String,
}Fields§
§class_id: u16§method_id: u16§summary: String§detail: StringTrait Implementations§
Source§impl Clone for AmqpMethod
impl Clone for AmqpMethod
Source§fn clone(&self) -> AmqpMethod
fn clone(&self) -> AmqpMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AmqpMethod
impl RefUnwindSafe for AmqpMethod
impl Send for AmqpMethod
impl Sync for AmqpMethod
impl Unpin for AmqpMethod
impl UnsafeUnpin for AmqpMethod
impl UnwindSafe for AmqpMethod
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