Struct lapin_async::generated::exchange::Delete
[−]
[src]
pub struct Delete {
pub ticket: ShortUInt,
pub exchange: ShortString,
pub if_unused: Boolean,
pub nowait: Boolean,
}Fields
ticket: ShortUInt
exchange: ShortString
if_unused: Boolean
nowait: Boolean
Trait Implementations
impl Clone for Delete[src]
fn clone(&self) -> Delete
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more