Struct lapin_async::generated::exchange::Unbind   
                   
                       [−]
                   
               [src]
pub struct Unbind {
    pub ticket: ShortUInt,
    pub destination: ShortString,
    pub source: ShortString,
    pub routing_key: ShortString,
    pub nowait: Boolean,
    pub arguments: FieldTable,
}Fields
ticket: ShortUInt
                           
                           
                           destination: ShortString
                           
                           
                           source: ShortString
                           
                           
                           routing_key: ShortString
                           
                           
                           nowait: Boolean
                           
                           
                           arguments: FieldTable
                           Trait Implementations
impl Clone for Unbind[src]
fn clone(&self) -> Unbind
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