Struct lapin_futures_tls_api::lapin::channel::BasicPublishOptions
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§
§impl Clone for BasicPublishOptions
impl Clone for BasicPublishOptions
§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 more§impl Debug for BasicPublishOptions
impl Debug for BasicPublishOptions
§impl Default for BasicPublishOptions
impl Default for BasicPublishOptions
§fn default() -> BasicPublishOptions
fn default() -> BasicPublishOptions
Returns the “default value” for a type. Read more