Struct amqpr_api::basic::publish::PublishOption
[−]
[src]
pub struct PublishOption {
pub exchange: String,
pub routing_key: String,
pub is_mandatory: bool,
pub is_immediate: bool,
}Fields
exchange: String
routing_key: String
is_mandatory: bool
is_immediate: bool
Trait Implementations
impl Clone for PublishOption[src]
fn clone(&self) -> PublishOption[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