Struct amq_protocol::protocol::basic::Ack [−][src]
pub struct Ack { pub delivery_tag: LongLongUInt, pub multiple: Boolean, }
Fields
delivery_tag: LongLongUInt
multiple: Boolean
Trait Implementations
impl Clone for Ack
[src]
impl Clone for Ack
fn clone(&self) -> Ack
[src]
fn clone(&self) -> Ack
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 Ack
[src]
impl Debug for Ack
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 Ack
[src]
impl PartialEq for Ack