pub struct ExchangeDeleteOptions {
pub if_unused: Boolean,
pub nowait: Boolean,
}๐Deprecated:
use lapin instead
Fieldsยง
ยงif_unused: Boolean๐Deprecated:
ยงuse lapin instead
nowait: Boolean๐Deprecated:
use lapin instead
Trait Implementationsยง
Sourceยงimpl Clone for ExchangeDeleteOptions
impl Clone for ExchangeDeleteOptions
Sourceยงfn clone(&self) -> ExchangeDeleteOptions
fn clone(&self) -> ExchangeDeleteOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท 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
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 UnsafeUnpin 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