Struct lapin_futures_tls_internal::lapin::channel::BasicGetOptions
source · Fields§
§ticket: u16§no_ack: boolIf this field is set the server does not expect acknowledgements for messages. That is, when a message is delivered to the client the server assumes the delivery will succeed and immediately dequeues it.
Trait Implementations§
source§impl Clone for BasicGetOptions
impl Clone for BasicGetOptions
source§fn clone(&self) -> BasicGetOptions
fn clone(&self) -> BasicGetOptions
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 BasicGetOptions
impl Debug for BasicGetOptions
source§impl Default for BasicGetOptions
impl Default for BasicGetOptions
source§fn default() -> BasicGetOptions
fn default() -> BasicGetOptions
Returns the “default value” for a type. Read more