Struct amq_protocol::protocol::connection::Tune [−][src]
Fields
channel_max: ShortUInt
frame_max: LongUInt
heartbeat: ShortUInt
Trait Implementations
impl Clone for Tune[src]
impl Clone for Tunefn clone(&self) -> Tune[src]
fn clone(&self) -> TuneReturns 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 Tune[src]
impl Debug for Tunefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Tune[src]
impl PartialEq for Tune