Struct lapin_async::queue::Binding  
                   
                       [−]
                   
               [src]
pub struct Binding {
    pub exchange: String,
    pub routing_key: String,
    pub no_wait: bool,
    pub active: bool,
}Fields
exchange: String
                           
                           
                           routing_key: String
                           
                           
                           no_wait: bool
                           
                           
                           active: bool
                           Methods
impl Binding[src]
Trait Implementations
impl Clone for Binding[src]
fn clone(&self) -> Binding
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