Struct amq_protocol::basic::get_ok::GetOk [] [src]

pub struct GetOk {
    pub delivery_tag: DeliveryTag,
    pub redelivered: Redelivered,
    pub exchange: Exchange,
    pub routing_key: RoutingKey,
    pub message_count: MessageCount,
}

Fields

Methods

impl GetOk
[src]

Trait Implementations

impl Debug for GetOk
[src]

Formats the value using the given formatter.

impl PartialEq for GetOk
[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 GetOk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more