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§
source§impl Clone for ExchangeBindOptions
impl Clone for ExchangeBindOptions
source§fn clone(&self) -> ExchangeBindOptions
fn clone(&self) -> ExchangeBindOptions
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 ExchangeBindOptions
impl Debug for ExchangeBindOptions
source§impl Default for ExchangeBindOptions
impl Default for ExchangeBindOptions
source§fn default() -> ExchangeBindOptions
fn default() -> ExchangeBindOptions
Returns the “default value” for a type. Read more