Struct amqp0_primitives::amqp8_0::file::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 priority(&self) -> Option<u8>fn reply_to(&self) -> Option<&str>fn message_id(&self) -> Option<&str>fn filename(&self) -> Option<&str>fn timestamp(&self) -> Option<u64>fn cluster_id(&self) -> Option<&str>