Struct amqpr_api::queue::declare::DeclareQueueOption [] [src]

pub struct DeclareQueueOption {
    pub name: AmqpString,
    pub is_passive: bool,
    pub is_durable: bool,
    pub is_exclusive: bool,
    pub is_auto_delete: bool,
}

Fields

Trait Implementations

impl Clone for DeclareQueueOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeclareQueueOption
[src]

[src]

Formats the value using the given formatter.