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