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