Struct lapin_futures_tls_api::lapin::channel::QueuePurgeOptions
Fields§
§ticket: u16§nowait: boolIf set, the server will not respond to the method. The client should not wait for a reply method. If the server could not complete the method it will raise a channel or connection exception.
Trait Implementations§
§impl Clone for QueuePurgeOptions
impl Clone for QueuePurgeOptions
§fn clone(&self) -> QueuePurgeOptions
fn clone(&self) -> QueuePurgeOptions
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 QueuePurgeOptions
impl Debug for QueuePurgeOptions
§impl Default for QueuePurgeOptions
impl Default for QueuePurgeOptions
§fn default() -> QueuePurgeOptions
fn default() -> QueuePurgeOptions
Returns the “default value” for a type. Read more