Struct lapin_async::generated::connection::StartOk   
                   
                       [−]
                   
               [src]
pub struct StartOk {
    pub client_properties: FieldTable,
    pub mechanism: ShortString,
    pub response: LongString,
    pub locale: ShortString,
}Fields
client_properties: FieldTable
                           
                           
                           
                           mechanism: ShortString
                           
                           
                           
                           response: LongString
                           
                           
                           
                           locale: ShortString
                           
            Trait Implementations
impl Clone for StartOk[src]
fn clone(&self) -> StartOk[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 StartOk[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more