Struct amqp0_primitives::rabbitmq9_1::exchange::Unbind
[−]
[src]
pub struct Unbind<'a> { /* fields omitted */ }
Methods
impl<'a> Unbind<'a>
[src]
fn new<D, S, R, A>(destination: D,
source: S,
routing_key: R,
no_wait: bool,
arguments: A)
-> Self where D: Into<Cow<'a, str>>,
S: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>
source: S,
routing_key: R,
no_wait: bool,
arguments: A)
-> Self where D: Into<Cow<'a, str>>,
S: Into<Cow<'a, str>>,
R: Into<Cow<'a, str>>,
A: Into<Table<'a>>