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