Struct lapin_async::generated::queue::Delete
[−]
[src]
pub struct Delete { pub ticket: ShortUInt, pub queue: ShortString, pub if_unused: Boolean, pub if_empty: Boolean, pub nowait: Boolean, }
Fields
ticket: ShortUInt
queue: ShortString
if_unused: Boolean
if_empty: 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