Struct amq_protocol::basic::qos::Qos [] [src]

pub struct Qos {
    pub prefetch_size: PrefetchSize,
    pub prefetch_count: PrefetchCount,
    pub global: Global,
}

Fields

Methods

impl Qos
[src]

Trait Implementations

impl Debug for Qos
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more