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 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
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