Struct amq_protocol::protocol::basic::Get   
                   
                       [−]
                   
               [src]
pub struct Get {
    pub ticket: ShortUInt,
    pub queue: ShortString,
    pub no_ack: Boolean,
}Fields
ticket: ShortUInt
                           
                           
                           queue: ShortString
                           
                           
                           no_ack: Boolean
                           Trait Implementations
impl Clone for Get[src]
fn clone(&self) -> Get
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