Struct lapin_async::generated::basic::Qos   
                   
                       [−]
                   
               [src]
pub struct Qos {
    pub prefetch_size: LongUInt,
    pub prefetch_count: ShortUInt,
    pub global: Boolean,
}Fields
prefetch_size: LongUInt
                           
                           
                           
                           prefetch_count: ShortUInt
                           
                           
                           
                           global: Boolean
                           
            Trait Implementations
impl Clone for Qos[src]
fn clone(&self) -> Qos[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 Qos[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more