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