pub struct UseOptions {
pub force: bool,
}Expand description
Options for using an identity.
Fields§
§force: boolDiscard a blocking native auth file.
Trait Implementations§
Source§impl Clone for UseOptions
impl Clone for UseOptions
Source§fn clone(&self) -> UseOptions
fn clone(&self) -> UseOptions
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 UseOptions
Source§impl Debug for UseOptions
impl Debug for UseOptions
Source§impl Default for UseOptions
impl Default for UseOptions
Source§fn default() -> UseOptions
fn default() -> UseOptions
Returns the “default value” for a type. Read more
impl Eq for UseOptions
Source§impl PartialEq for UseOptions
impl PartialEq for UseOptions
Source§fn eq(&self, other: &UseOptions) -> bool
fn eq(&self, other: &UseOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UseOptions
Auto Trait Implementations§
impl Freeze for UseOptions
impl RefUnwindSafe for UseOptions
impl Send for UseOptions
impl Sync for UseOptions
impl Unpin for UseOptions
impl UnsafeUnpin for UseOptions
impl UnwindSafe for UseOptions
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