Fields§
§ticket: u16§if_unused: boolIf set, the server will only delete the exchange if it has no queue bindings.
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 ExchangeDeleteOptions
impl Clone for ExchangeDeleteOptions
§fn clone(&self) -> ExchangeDeleteOptions
fn clone(&self) -> ExchangeDeleteOptions
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 ExchangeDeleteOptions
impl Debug for ExchangeDeleteOptions
§impl Default for ExchangeDeleteOptions
impl Default for ExchangeDeleteOptions
§fn default() -> ExchangeDeleteOptions
fn default() -> ExchangeDeleteOptions
Returns the “default value” for a type. Read more