Struct lapin_async::generated::connection::Tune
[−]
[src]
pub struct Tune { 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 Tune
[src]
fn clone(&self) -> Tune
[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 Tune
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more