Struct amqp0_primitives::qpid9_0::queue::Unbind
[−]
[src]
pub struct Unbind<'a> { /* fields omitted */ }
Methods
impl<'a> Unbind<'a>
[src]
fn new<Q, E, R, A>(ticket: u16,
queue: Q,
exchange: E,
routing_key: R,
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,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>,
E: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>