Struct amq_protocol::protocol::connection::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 Closefn clone(&self) -> Close[src]
fn clone(&self) -> CloseReturns 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 Closefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Close[src]
impl PartialEq for Close