Struct amq_protocol::protocol::basic::AMQPProperties [−][src]
pub struct AMQPProperties { /* fields omitted */ }Methods
impl AMQPProperties[src]
impl AMQPPropertiespub fn with_content_type(self, value: ShortString) -> AMQPProperties[src]
pub fn with_content_type(self, value: ShortString) -> AMQPPropertiespub fn with_content_encoding(self, value: ShortString) -> AMQPProperties[src]
pub fn with_content_encoding(self, value: ShortString) -> AMQPPropertiespub fn with_headers(self, value: FieldTable) -> AMQPProperties[src]
pub fn with_headers(self, value: FieldTable) -> AMQPPropertiespub fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPProperties[src]
pub fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPPropertiespub fn with_priority(self, value: ShortShortUInt) -> AMQPProperties[src]
pub fn with_priority(self, value: ShortShortUInt) -> AMQPPropertiespub fn with_correlation_id(self, value: ShortString) -> AMQPProperties[src]
pub fn with_correlation_id(self, value: ShortString) -> AMQPPropertiespub fn with_reply_to(self, value: ShortString) -> AMQPProperties[src]
pub fn with_reply_to(self, value: ShortString) -> AMQPPropertiespub fn with_expiration(self, value: ShortString) -> AMQPProperties[src]
pub fn with_expiration(self, value: ShortString) -> AMQPPropertiespub fn with_message_id(self, value: ShortString) -> AMQPProperties[src]
pub fn with_message_id(self, value: ShortString) -> AMQPPropertiespub fn with_timestamp(self, value: Timestamp) -> AMQPProperties[src]
pub fn with_timestamp(self, value: Timestamp) -> AMQPPropertiespub fn with_type_(self, value: ShortString) -> AMQPProperties[src]
pub fn with_type_(self, value: ShortString) -> AMQPPropertiespub fn with_user_id(self, value: ShortString) -> AMQPProperties[src]
pub fn with_user_id(self, value: ShortString) -> AMQPPropertiespub fn with_app_id(self, value: ShortString) -> AMQPProperties[src]
pub fn with_app_id(self, value: ShortString) -> AMQPPropertiespub fn with_cluster_id(self, value: ShortString) -> AMQPProperties[src]
pub fn with_cluster_id(self, value: ShortString) -> AMQPPropertiespub fn bitmask(&self) -> ShortUInt[src]
pub fn bitmask(&self) -> ShortUIntTrait Implementations
impl Clone for AMQPProperties[src]
impl Clone for AMQPPropertiesfn clone(&self) -> AMQPProperties[src]
fn clone(&self) -> AMQPPropertiesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AMQPProperties[src]
impl Debug for AMQPPropertiesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AMQPProperties[src]
impl PartialEq for AMQPPropertiesfn eq(&self, other: &AMQPProperties) -> bool[src]
fn eq(&self, other: &AMQPProperties) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AMQPProperties) -> bool[src]
fn ne(&self, other: &AMQPProperties) -> boolThis method tests for !=.
impl Default for AMQPProperties[src]
impl Default for AMQPPropertiesfn default() -> AMQPProperties[src]
fn default() -> AMQPPropertiesReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for AMQPProperties
impl Send for AMQPPropertiesimpl Sync for AMQPProperties
impl Sync for AMQPProperties