Struct amq_protocol::protocol::basic::AMQPProperties [−][src]
pub struct AMQPProperties { /* fields omitted */ }
Methods
impl AMQPProperties
[src]
impl AMQPProperties
pub fn with_content_type(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_content_type(self, value: ShortString) -> AMQPProperties
pub fn with_content_encoding(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_content_encoding(self, value: ShortString) -> AMQPProperties
pub fn with_headers(self, value: FieldTable) -> AMQPProperties
[src]
pub fn with_headers(self, value: FieldTable) -> AMQPProperties
pub fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPProperties
[src]
pub fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPProperties
pub fn with_priority(self, value: ShortShortUInt) -> AMQPProperties
[src]
pub fn with_priority(self, value: ShortShortUInt) -> AMQPProperties
pub fn with_correlation_id(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_correlation_id(self, value: ShortString) -> AMQPProperties
pub fn with_reply_to(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_reply_to(self, value: ShortString) -> AMQPProperties
pub fn with_expiration(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_expiration(self, value: ShortString) -> AMQPProperties
pub fn with_message_id(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_message_id(self, value: ShortString) -> AMQPProperties
pub fn with_timestamp(self, value: Timestamp) -> AMQPProperties
[src]
pub fn with_timestamp(self, value: Timestamp) -> AMQPProperties
pub fn with_type_(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_type_(self, value: ShortString) -> AMQPProperties
pub fn with_user_id(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_user_id(self, value: ShortString) -> AMQPProperties
pub fn with_app_id(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_app_id(self, value: ShortString) -> AMQPProperties
pub fn with_cluster_id(self, value: ShortString) -> AMQPProperties
[src]
pub fn with_cluster_id(self, value: ShortString) -> AMQPProperties
pub fn content_type(&self) -> &Option<ShortString>
[src]
pub fn content_type(&self) -> &Option<ShortString>
pub fn content_encoding(&self) -> &Option<ShortString>
[src]
pub fn content_encoding(&self) -> &Option<ShortString>
pub fn headers(&self) -> &Option<FieldTable>
[src]
pub fn headers(&self) -> &Option<FieldTable>
pub fn delivery_mode(&self) -> &Option<ShortShortUInt>
[src]
pub fn delivery_mode(&self) -> &Option<ShortShortUInt>
pub fn priority(&self) -> &Option<ShortShortUInt>
[src]
pub fn priority(&self) -> &Option<ShortShortUInt>
pub fn correlation_id(&self) -> &Option<ShortString>
[src]
pub fn correlation_id(&self) -> &Option<ShortString>
pub fn reply_to(&self) -> &Option<ShortString>
[src]
pub fn reply_to(&self) -> &Option<ShortString>
pub fn expiration(&self) -> &Option<ShortString>
[src]
pub fn expiration(&self) -> &Option<ShortString>
pub fn message_id(&self) -> &Option<ShortString>
[src]
pub fn message_id(&self) -> &Option<ShortString>
pub fn timestamp(&self) -> &Option<Timestamp>
[src]
pub fn timestamp(&self) -> &Option<Timestamp>
pub fn type_(&self) -> &Option<ShortString>
[src]
pub fn type_(&self) -> &Option<ShortString>
pub fn user_id(&self) -> &Option<ShortString>
[src]
pub fn user_id(&self) -> &Option<ShortString>
pub fn app_id(&self) -> &Option<ShortString>
[src]
pub fn app_id(&self) -> &Option<ShortString>
pub fn cluster_id(&self) -> &Option<ShortString>
[src]
pub fn cluster_id(&self) -> &Option<ShortString>
pub fn bitmask(&self) -> ShortUInt
[src]
pub fn bitmask(&self) -> ShortUInt
Trait Implementations
impl Clone for AMQPProperties
[src]
impl Clone for AMQPProperties
fn clone(&self) -> AMQPProperties
[src]
fn clone(&self) -> AMQPProperties
Returns 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 AMQPProperties
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for AMQPProperties
[src]
impl PartialEq for AMQPProperties
fn eq(&self, other: &AMQPProperties) -> bool
[src]
fn eq(&self, other: &AMQPProperties) -> bool
This 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) -> bool
This method tests for !=
.
impl Default for AMQPProperties
[src]
impl Default for AMQPProperties
fn default() -> AMQPProperties
[src]
fn default() -> AMQPProperties
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for AMQPProperties
impl Send for AMQPProperties
impl Sync for AMQPProperties
impl Sync for AMQPProperties