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