Struct lapin_async::generated::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]
fn clone(&self) -> Close[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Close[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more