Struct amqpr_api::basic::publish::PublishOption [] [src]

pub struct PublishOption {
    pub exchange: AmqpString,
    pub routing_key: AmqpString,
    pub is_mandatory: bool,
    pub is_immediate: bool,
}

A meta option of Publish message on AMQP.

Fields

Trait Implementations

impl Clone for PublishOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PublishOption
[src]

[src]

Formats the value using the given formatter.