Struct amqp0_primitives::amqp8_0::queue::Delete
[−]
[src]
pub struct Delete<'a> { /* fields omitted */ }
Methods
impl<'a> Delete<'a>
[src]
fn new<Q>(ticket: u16,
queue: Q,
if_unused: bool,
if_empty: bool,
nowait: bool)
-> Self where Q: Into<Cow<'a, str>>
queue: Q,
if_unused: bool,
if_empty: bool,
nowait: bool)
-> Self where Q: Into<Cow<'a, str>>