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