Struct amq_protocol::queue::declare::Declare [] [src]

pub struct Declare {
    pub ticket: Ticket,
    pub queue: Queue,
    pub passive: Passive,
    pub durable: Durable,
    pub exclusive: Exclusive,
    pub auto_delete: AutoDelete,
    pub nowait: Nowait,
    pub arguments: Arguments,
}

Fields

Methods

impl Declare
[src]

Trait Implementations

impl Debug for Declare
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more