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