[−][src]Struct amq_protocol::protocol::basic::AMQPProperties
basic properties (Generated)
Methods
impl AMQPProperties
[src]
impl AMQPProperties
pub fn with_content_type(self, value: ShortString) -> AMQPProperties | [src] |
Set content-type (Generated)
pub fn with_content_encoding(self, value: ShortString) -> AMQPProperties | [src] |
Set content-encoding (Generated)
pub fn with_headers(self, value: FieldTable) -> AMQPProperties | [src] |
Set headers (Generated)
pub fn with_delivery_mode(self, value: ShortShortUInt) -> AMQPProperties | [src] |
Set delivery-mode (Generated)
pub fn with_priority(self, value: ShortShortUInt) -> AMQPProperties | [src] |
Set priority (Generated)
pub fn with_correlation_id(self, value: ShortString) -> AMQPProperties | [src] |
Set correlation-id (Generated)
pub fn with_reply_to(self, value: ShortString) -> AMQPProperties | [src] |
Set reply-to (Generated)
pub fn with_expiration(self, value: ShortString) -> AMQPProperties | [src] |
Set expiration (Generated)
pub fn with_message_id(self, value: ShortString) -> AMQPProperties | [src] |
Set message-id (Generated)
pub fn with_timestamp(self, value: Timestamp) -> AMQPProperties | [src] |
Set timestamp (Generated)
pub fn with_type_(self, value: ShortString) -> AMQPProperties | [src] |
Set type (Generated)
pub fn with_user_id(self, value: ShortString) -> AMQPProperties | [src] |
Set user-id (Generated)
pub fn with_app_id(self, value: ShortString) -> AMQPProperties | [src] |
Set app-id (Generated)
pub fn with_cluster_id(self, value: ShortString) -> AMQPProperties | [src] |
Set cluster-id (Generated)
pub fn content_type(&self) -> &Option<ShortString> | [src] |
Get content-type (Generated)
pub fn content_encoding(&self) -> &Option<ShortString> | [src] |
Get content-encoding (Generated)
pub fn headers(&self) -> &Option<FieldTable> | [src] |
Get headers (Generated)
pub fn delivery_mode(&self) -> &Option<ShortShortUInt> | [src] |
Get delivery-mode (Generated)
pub fn priority(&self) -> &Option<ShortShortUInt> | [src] |
Get priority (Generated)
pub fn correlation_id(&self) -> &Option<ShortString> | [src] |
Get correlation-id (Generated)
pub fn reply_to(&self) -> &Option<ShortString> | [src] |
Get reply-to (Generated)
pub fn expiration(&self) -> &Option<ShortString> | [src] |
Get expiration (Generated)
pub fn message_id(&self) -> &Option<ShortString> | [src] |
Get message-id (Generated)
pub fn timestamp(&self) -> &Option<Timestamp> | [src] |
Get timestamp (Generated)
pub fn type_(&self) -> &Option<ShortString> | [src] |
Get type (Generated)
pub fn user_id(&self) -> &Option<ShortString> | [src] |
Get user-id (Generated)
pub fn app_id(&self) -> &Option<ShortString> | [src] |
Get app-id (Generated)
pub fn cluster_id(&self) -> &Option<ShortString> | [src] |
Get cluster-id (Generated)
pub fn bitmask(&self) -> ShortUInt | [src] |
Get the bitpask for serialization (Generated)
Trait Implementations
impl Default for AMQPProperties
[src]
impl Default for AMQPProperties
fn default() -> AMQPProperties | [src] |
impl PartialEq<AMQPProperties> for AMQPProperties
[src]
impl PartialEq<AMQPProperties> for AMQPProperties
fn eq(&self, other: &AMQPProperties) -> bool | [src] |
fn ne(&self, other: &AMQPProperties) -> bool | [src] |
impl Clone for AMQPProperties
[src]
impl Clone for AMQPProperties
fn clone(&self) -> AMQPProperties | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source
. Read more
impl Debug for AMQPProperties
[src]
impl Debug for AMQPProperties
Auto Trait Implementations
impl Send for AMQPProperties
impl Send for AMQPProperties
impl Sync for AMQPProperties
impl Sync for AMQPProperties
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |