Struct lapin_async::queue::Binding [] [src]

pub struct Binding {
    pub exchange: String,
    pub routing_key: String,
    pub no_wait: bool,
    pub active: bool,
}

Fields

Methods

impl Binding
[src]

Trait Implementations

impl Clone for Binding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Binding
[src]

Formats the value using the given formatter.

impl PartialEq for Binding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.