Struct lapin_async::generated::queue::Bind
[−]
[src]
pub struct Bind { pub ticket: ShortUInt, pub queue: ShortString, pub exchange: ShortString, pub routing_key: ShortString, pub nowait: Boolean, pub arguments: FieldTable, }
Fields
ticket: ShortUInt
queue: ShortString
exchange: ShortString
routing_key: ShortString
nowait: Boolean
arguments: FieldTable
Trait Implementations
impl Clone for Bind
[src]
fn clone(&self) -> Bind
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