Struct amqp0_primitives::amqp9_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) -> &strfn if_unused(&self) -> boolfn if_empty(&self) -> boolfn no_wait(&self) -> boolimpl<'a> Payload for Delete<'a>[src]