Struct amq_protocol::connection::tune::Tune
[−]
[src]
pub struct Tune { pub channel_max: ChannelMax, pub frame_max: FrameMax, pub heartbeat: Heartbeat, }
Fields
channel_max: ChannelMax
frame_max: FrameMax
heartbeat: Heartbeat
Methods
impl Tune
[src]
Trait Implementations
impl Debug for Tune
[src]
impl PartialEq for Tune
[src]
fn eq(&self, __arg_0: &Tune) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Tune) -> bool
This method tests for !=
.
impl Clone for Tune
[src]
fn clone(&self) -> Tune
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