Struct amqp0_primitives::amqp9_0::queue::Declare
[−]
[src]
pub struct Declare<'a> { /* fields omitted */ }
Methods
impl<'a> Declare<'a>
[src]
fn new<Q, A>(ticket: u16,
queue: Q,
passive: bool,
durable: bool,
exclusive: bool,
auto_delete: bool,
nowait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, A: Into<Table<'a>>
queue: Q,
passive: bool,
durable: bool,
exclusive: bool,
auto_delete: bool,
nowait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, A: Into<Table<'a>>