Fields§
§ticket: u16§mandatory: boolThis flag tells the server how to react if the message cannot be routed to a queue. If this flag is set, the server will return an unroutable message with a Return method. If this flag is zero, the server silently drops the message.
immediate: boolThis flag tells the server how to react if the message cannot be routed to a queue consumer immediately. If this flag is set, the server will return an undeliverable message with a Return method. If this flag is zero, the server will queue the message, but with no guarantee that it will ever be consumed.
Trait Implementations§
source§impl Clone for BasicPublishOptions
impl Clone for BasicPublishOptions
source§fn clone(&self) -> BasicPublishOptions
fn clone(&self) -> BasicPublishOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BasicPublishOptions
impl Debug for BasicPublishOptions
source§impl Default for BasicPublishOptions
impl Default for BasicPublishOptions
source§fn default() -> BasicPublishOptions
fn default() -> BasicPublishOptions
Returns the “default value” for a type. Read more