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) -> u16fn queue(&self) -> &strfn nowait(&self) -> boolimpl<'a> Payload for Purge<'a>[src]