Struct amq_protocol::protocol::queue::Unbind [−][src]
pub struct Unbind { pub ticket: ShortUInt, pub queue: ShortString, pub exchange: ShortString, pub routing_key: ShortString, pub arguments: FieldTable, }
Fields
ticket: ShortUInt
queue: ShortString
exchange: ShortString
routing_key: ShortString
arguments: FieldTable
Trait Implementations
impl Clone for Unbind
[src]
impl Clone for Unbind
fn clone(&self) -> Unbind
[src]
fn clone(&self) -> Unbind
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 Unbind
[src]
impl Debug for Unbind
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 Unbind
[src]
impl PartialEq for Unbind