Struct lapin_futures::channel::QueueDeclareOptions [] [src]

pub struct QueueDeclareOptions {
    pub passive: bool,
    pub durable: bool,
    pub exclusive: bool,
    pub auto_delete: bool,
    pub nowait: bool,
}

Fields

Trait Implementations

impl Clone for QueueDeclareOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QueueDeclareOptions
[src]

Formats the value using the given formatter.

impl PartialEq for QueueDeclareOptions
[src]

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

This method tests for !=.

impl Default for QueueDeclareOptions
[src]

Returns the "default value" for a type. Read more