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