Struct amqp0_primitives::rabbitmq9_1::basic::Properties
[−]
[src]
pub struct Properties<'a> { /* fields omitted */ }
pub struct Properties<'a> { /* fields omitted */ }
impl<'a> Properties<'a>
[src]fn content_type(&self) -> Option<&str>
fn content_encoding(&self) -> Option<&str>
fn headers(&self) -> Option<&Table<'a>>
fn delivery_mode(&self) -> Option<u8>
fn priority(&self) -> Option<u8>
fn correlation_id(&self) -> Option<&str>
fn reply_to(&self) -> Option<&str>
fn expiration(&self) -> Option<&str>
fn message_id(&self) -> Option<&str>
fn timestamp(&self) -> Option<u64>
fn ty(&self) -> Option<&str>
fn user_id(&self) -> Option<&str>
fn app_id(&self) -> Option<&str>
fn reserved(&self) -> Option<&str>