Struct amqpr_api::exchange::declare::DeclareExchangeOption [] [src]

pub struct DeclareExchangeOption {
    pub name: AmqpString,
    pub typ: ExchangeType,
    pub is_passive: bool,
    pub is_durable: bool,
    pub is_auto_delete: bool,
    pub is_internal: bool,
}

Fields

Trait Implementations

impl Debug for DeclareExchangeOption
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeclareExchangeOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more