Struct amq_protocol::protocol::queue::Declare [−][src]
pub struct Declare {
pub ticket: ShortUInt,
pub queue: ShortString,
pub passive: Boolean,
pub durable: Boolean,
pub exclusive: Boolean,
pub auto_delete: Boolean,
pub nowait: Boolean,
pub arguments: FieldTable,
}Fields
ticket: ShortUInt
queue: ShortString
passive: Boolean
durable: Boolean
exclusive: Boolean
auto_delete: Boolean
nowait: Boolean
arguments: FieldTable
Trait Implementations
impl Clone for Declare[src]
impl Clone for Declarefn clone(&self) -> Declare[src]
fn clone(&self) -> DeclareReturns 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 Declare[src]
impl Debug for Declarefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Declare[src]
impl PartialEq for Declare