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