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 Qosfn clone(&self) -> Qos[src]
fn clone(&self) -> QosReturns 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 Qosfn 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 Qos[src]
impl PartialEq for Qos