Struct amqp0_primitives::rabbitmq9_1::queue::Delete
[−]
[src]
pub struct Delete<'a> { /* fields omitted */ }
pub struct Delete<'a> { /* fields omitted */ }
impl<'a> Delete<'a>
[src]fn new<Q>(queue: Q, if_unused: bool, if_empty: bool, no_wait: bool) -> Self where Q: Into<Cow<'a, str>>
fn queue(&self) -> &str
fn if_unused(&self) -> bool
fn if_empty(&self) -> bool
fn no_wait(&self) -> bool
impl<'a> Payload for Delete<'a>
[src]