Struct amq_protocol::basic::deliver::Deliver [] [src]

pub struct Deliver {
    pub consumer_tag: ConsumerTag,
    pub delivery_tag: DeliveryTag,
    pub redelivered: Redelivered,
    pub exchange: Exchange,
    pub routing_key: RoutingKey,
}

Fields

Methods

impl Deliver
[src]

Trait Implementations

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 !=.

impl Clone for Deliver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more