Struct amq_protocol::protocol::basic::Nack [−][src]
pub struct Nack {
pub delivery_tag: LongLongUInt,
pub multiple: Boolean,
pub requeue: Boolean,
}Fields
delivery_tag: LongLongUInt
multiple: Boolean
requeue: Boolean
Trait Implementations
impl Clone for Nack[src]
impl Clone for Nackfn clone(&self) -> Nack[src]
fn clone(&self) -> NackReturns 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 Nack[src]
impl Debug for Nackfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Nack[src]
impl PartialEq for Nack