Struct amq_protocol::protocol::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]
impl Clone for StartOk
fn clone(&self) -> StartOk
[src]
fn clone(&self) -> StartOk
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 StartOk
[src]
impl Debug for StartOk
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 StartOk
[src]
impl PartialEq for StartOk