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] 
                impl BindingTrait Implementations
impl Clone for Binding[src] 
impl Clone for Bindingfn clone(&self) -> Binding[src] 
fn clone(&self) -> BindingReturns 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 Binding[src] 
impl Debug for Bindingfn 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 Binding[src] 
impl PartialEq for Binding