Struct ProviderOptions
#[repr(transparent)]pub struct ProviderOptions(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ProviderOptions
impl ProviderOptions
Trait Implementations§
§impl BitAnd for ProviderOptions
impl BitAnd for ProviderOptions
§impl BitAndAssign for ProviderOptions
impl BitAndAssign for ProviderOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for ProviderOptions
impl BitOr for ProviderOptions
§impl BitOrAssign for ProviderOptions
impl BitOrAssign for ProviderOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for ProviderOptions
impl Clone for ProviderOptions
§fn clone(&self) -> ProviderOptions
fn clone(&self) -> ProviderOptions
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 more§impl Debug for ProviderOptions
impl Debug for ProviderOptions
§impl Default for ProviderOptions
impl Default for ProviderOptions
§fn default() -> ProviderOptions
fn default() -> ProviderOptions
Returns the “default value” for a type. Read more
§impl Not for ProviderOptions
impl Not for ProviderOptions
§impl PartialEq for ProviderOptions
impl PartialEq for ProviderOptions
impl Copy for ProviderOptions
impl Eq for ProviderOptions
impl StructuralPartialEq for ProviderOptions
Auto Trait Implementations§
impl Freeze for ProviderOptions
impl RefUnwindSafe for ProviderOptions
impl Send for ProviderOptions
impl Sync for ProviderOptions
impl Unpin for ProviderOptions
impl UnwindSafe for ProviderOptions
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