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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more