Struct amq_protocol::protocol::basic::AMQPProperties
[−]
[src]
pub struct AMQPProperties { /* fields omitted */ }
Methods
impl AMQPProperties[src]
fn with_content_type(self, value: ShortString) -> AMQPProperties[src]
fn with_content_encoding(self, value: ShortString) -> AMQPProperties[src]
fn with_headers(self, value: FieldTable) -> AMQPProperties[src]
fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPProperties[src]
fn with_priority(self, value: ShortShortUInt) -> AMQPProperties[src]
fn with_correlation_id(self, value: ShortString) -> AMQPProperties[src]
fn with_reply_to(self, value: ShortString) -> AMQPProperties[src]
fn with_expiration(self, value: ShortString) -> AMQPProperties[src]
fn with_message_id(self, value: ShortString) -> AMQPProperties[src]
fn with_timestamp(self, value: Timestamp) -> AMQPProperties[src]
fn with_type_(self, value: ShortString) -> AMQPProperties[src]
fn with_user_id(self, value: ShortString) -> AMQPProperties[src]
fn with_app_id(self, value: ShortString) -> AMQPProperties[src]
fn with_cluster_id(self, value: ShortString) -> AMQPProperties[src]
fn bitmask(&self) -> ShortUInt[src]
Trait Implementations
impl Clone for AMQPProperties[src]
fn clone(&self) -> AMQPProperties[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
impl Debug for AMQPProperties[src]
impl PartialEq for AMQPProperties[src]
fn eq(&self, __arg_0: &AMQPProperties) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPProperties) -> bool[src]
This method tests for !=.
impl Default for AMQPProperties[src]
fn default() -> AMQPProperties[src]
Returns the "default value" for a type. Read more