Struct amq_protocol::protocol::channel::Close [−][src]
pub struct Close { pub reply_code: ShortUInt, pub reply_text: ShortString, pub class_id: ShortUInt, pub method_id: ShortUInt, }
Fields
reply_code: ShortUInt
reply_text: ShortString
class_id: ShortUInt
method_id: ShortUInt
Trait Implementations
impl Clone for Close
[src]
impl Clone for Close
fn clone(&self) -> Close
[src]
fn clone(&self) -> Close
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Close
[src]
impl Debug for Close
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Close
[src]
impl PartialEq for Close