Struct amqpr_codec::frame::method::basic::PublishMethod
[−]
[src]
pub struct PublishMethod {
pub reserved1: u16,
pub exchange: String,
pub routing_key: String,
pub mandatory: bool,
pub immediate: bool,
}Fields
reserved1: u16
exchange: String
routing_key: String
mandatory: bool
immediate: bool
Trait Implementations
impl PartialEq for PublishMethod[src]
fn eq(&self, __arg_0: &PublishMethod) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PublishMethod) -> bool[src]
This method tests for !=.
impl Clone for PublishMethod[src]
fn clone(&self) -> PublishMethod[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more