Struct amqpr_codec::frame::content_header::Properties [] [src]

pub struct Properties {
    pub content_type: Option<AmqpString>,
    pub content_encoding: Option<AmqpString>,
    pub headers: Option<HashMap<AmqpString, FieldArgument>>,
    pub delivery_mode: Option<u8>,
    pub priority: Option<u8>,
    pub correlation_id: Option<AmqpString>,
    pub reply_to: Option<AmqpString>,
    pub expiration: Option<AmqpString>,
    pub message_id: Option<AmqpString>,
    pub timestamp: Option<i64>,
    pub type_: Option<AmqpString>,
    pub user_id: Option<AmqpString>,
    pub app_id: Option<AmqpString>,
}

Fields

Methods

impl Properties
[src]

Trait Implementations

impl PartialEq for Properties
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for Properties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Properties
[src]

[src]

Formats the value using the given formatter.