Struct lapin_async::generated::basic::Properties [] [src]

pub struct Properties {
    pub content_type: Option<ShortString>,
    pub content_encoding: Option<ShortString>,
    pub headers: Option<FieldTable>,
    pub delivery_mode: Option<ShortShortUInt>,
    pub priority: Option<ShortShortUInt>,
    pub correlation_id: Option<ShortString>,
    pub reply_to: Option<ShortString>,
    pub expiration: Option<ShortString>,
    pub message_id: Option<ShortString>,
    pub timestamp: Option<Timestamp>,
    pub amqp_type: Option<ShortString>,
    pub user_id: Option<ShortString>,
    pub app_id: Option<ShortString>,
    pub cluster_id: Option<ShortString>,
}

Fields

Methods

impl Properties
[src]

Trait Implementations

impl Clone for Properties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Properties
[src]

Formats the value using the given formatter.

impl PartialEq for Properties
[src]

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

This method tests for !=.

impl Default for Properties
[src]

Returns the "default value" for a type. Read more