pub enum AuthProfileSource {
Current,
Stored,
}Variants§
Trait Implementations§
Source§impl Clone for AuthProfileSource
impl Clone for AuthProfileSource
Source§fn clone(&self) -> AuthProfileSource
fn clone(&self) -> AuthProfileSource
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 moreSource§impl Debug for AuthProfileSource
impl Debug for AuthProfileSource
Source§impl PartialEq for AuthProfileSource
impl PartialEq for AuthProfileSource
Source§fn eq(&self, other: &AuthProfileSource) -> bool
fn eq(&self, other: &AuthProfileSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthProfileSource
impl StructuralPartialEq for AuthProfileSource
Auto Trait Implementations§
impl Freeze for AuthProfileSource
impl RefUnwindSafe for AuthProfileSource
impl Send for AuthProfileSource
impl Sync for AuthProfileSource
impl Unpin for AuthProfileSource
impl UnsafeUnpin for AuthProfileSource
impl UnwindSafe for AuthProfileSource
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