Struct amqp0_primitives::amqp9_1::queue::Bind
[−]
[src]
pub struct Bind<'a> { /* fields omitted */ }
Methods
impl<'a> Bind<'a>
[src]
fn new<Q, E, R, A>(queue: Q,
exchange: E,
routing_key: R,
no_wait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>,
E: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>
exchange: E,
routing_key: R,
no_wait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>,
E: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>