Struct amq_protocol::protocol::connection::TuneOk [−][src]
pub struct TuneOk { pub channel_max: ShortUInt, pub frame_max: LongUInt, pub heartbeat: ShortUInt, }
Fields
channel_max: ShortUInt
frame_max: LongUInt
heartbeat: ShortUInt
Trait Implementations
impl Clone for TuneOk
[src]
impl Clone for TuneOk
fn clone(&self) -> TuneOk
[src]
fn clone(&self) -> TuneOk
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 TuneOk
[src]
impl Debug for TuneOk
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 TuneOk
[src]
impl PartialEq for TuneOk