Struct amq_protocol::protocol::exchange::Delete [] [src]

pub struct Delete {
    pub ticket: ShortUInt,
    pub exchange: ShortString,
    pub if_unused: Boolean,
    pub nowait: Boolean,
}

Fields

Trait Implementations

impl Clone for Delete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Delete
[src]

Formats the value using the given formatter.

impl PartialEq for Delete
[src]

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

This method tests for !=.