Struct amq_protocol::protocol::basic::Qos [−][src]
Fields
prefetch_size: LongUInt
prefetch_count: ShortUInt
global: Boolean
Trait Implementations
impl Clone for Qos
[src]
impl Clone for Qos
fn clone(&self) -> Qos
[src]
fn clone(&self) -> Qos
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 Qos
[src]
impl Debug for Qos
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 Qos
[src]
impl PartialEq for Qos