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