Struct lapin_async::generated::basic::Deliver [] [src]

pub struct Deliver {
    pub consumer_tag: ShortString,
    pub delivery_tag: LongLongUInt,
    pub redelivered: Boolean,
    pub exchange: ShortString,
    pub routing_key: ShortString,
}

Fields

Trait Implementations

impl Clone for Deliver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Deliver
[src]

Formats the value using the given formatter.

impl PartialEq for Deliver
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.