pub struct ExchangeDeleteOptions {
pub if_unused: bool,
pub nowait: bool,
}Fields§
§if_unused: bool§nowait: boolTrait 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 moreimpl Copy for ExchangeDeleteOptions
Source§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<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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