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
ticket: Ticket
exchange: Exchange
routing_key: RoutingKey
mandatory: Mandatory
immediate: Immediate
Methods
impl Publish
[src]
Trait Implementations
impl Debug for Publish
[src]
impl PartialEq for Publish
[src]
fn eq(&self, __arg_0: &Publish) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Publish) -> bool
This method tests for !=
.
impl Clone for Publish
[src]
fn clone(&self) -> Publish
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more