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

pub struct GetOk {
    pub delivery_tag: LongLongUInt,
    pub redelivered: Boolean,
    pub exchange: ShortString,
    pub routing_key: ShortString,
    pub message_count: LongUInt,
}

Fields

Trait Implementations

impl Clone for GetOk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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