Struct amqpr_codec::frame::method::basic::GetOkMethod [] [src]

pub struct GetOkMethod {
    pub delivery_tag: u64,
    pub redeliverd: bool,
    pub exchange: String,
    pub routing_key: String,
    pub message_count: u32,
}

Fields

Trait Implementations

impl PartialEq for GetOkMethod
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for GetOkMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetOkMethod
[src]

[src]

Formats the value using the given formatter.