Struct oasis_amqp::amqp::Properties[][src]

pub struct Properties<'a> {
Show fields pub message_id: Option<Cow<'a, str>>, pub user_id: Option<&'a [u8]>, pub to: Option<&'a str>, pub subject: Option<&'a str>, pub reply_to: Option<Cow<'a, str>>, pub correlation_id: Option<&'a str>, pub content_type: Option<&'a str>, pub content_encoding: Option<&'a str>, pub absolute_expiry_time: Option<i64>, pub creation_time: Option<i64>, pub group_id: Option<&'a str>, pub group_sequence: Option<u32>, pub reply_to_group_id: Option<&'a str>,
}

Fields

message_id: Option<Cow<'a, str>>user_id: Option<&'a [u8]>to: Option<&'a str>subject: Option<&'a str>reply_to: Option<Cow<'a, str>>correlation_id: Option<&'a str>content_type: Option<&'a str>content_encoding: Option<&'a str>absolute_expiry_time: Option<i64>creation_time: Option<i64>group_id: Option<&'a str>group_sequence: Option<u32>reply_to_group_id: Option<&'a str>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.