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