Struct amq_protocol::basic::publish::Publish [] [src]

pub struct Publish {
    pub ticket: Ticket,
    pub exchange: Exchange,
    pub routing_key: RoutingKey,
    pub mandatory: Mandatory,
    pub immediate: Immediate,
}

Fields

Methods

impl Publish
[src]

Trait Implementations

impl Debug for Publish
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more