Struct amqp0_primitives::rabbitmq9_1::queue::Unbind
[−]
[src]
pub struct Unbind<'a> { /* fields omitted */ }
Methods
impl<'a> Unbind<'a>
[src]
fn new<Q, E, R, 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>>
E: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>