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[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 Binding[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more