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
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Delete
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more