Struct lapin_futures_tls_api::lapin::channel::ExchangeDeleteOptions
source · pub struct ExchangeDeleteOptions {
pub ticket: u16,
pub if_unused: bool,
pub nowait: bool,
}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§
source§impl Clone for ExchangeDeleteOptions
impl Clone for ExchangeDeleteOptions
source§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 moresource§impl Debug for ExchangeDeleteOptions
impl Debug for ExchangeDeleteOptions
source§impl Default for ExchangeDeleteOptions
impl Default for ExchangeDeleteOptions
source§fn default() -> ExchangeDeleteOptions
fn default() -> ExchangeDeleteOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for ExchangeDeleteOptions
impl PartialEq for ExchangeDeleteOptions
source§fn eq(&self, other: &ExchangeDeleteOptions) -> bool
fn eq(&self, other: &ExchangeDeleteOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExchangeDeleteOptions
Auto Trait Implementations§
impl Freeze for ExchangeDeleteOptions
impl RefUnwindSafe for ExchangeDeleteOptions
impl Send for ExchangeDeleteOptions
impl Sync for ExchangeDeleteOptions
impl Unpin for ExchangeDeleteOptions
impl UnwindSafe for ExchangeDeleteOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)