pub enum AuthProvider {
Microsoft,
Github,
}
Variants§
Trait Implementations§
Source§impl Clone for AuthProvider
impl Clone for AuthProvider
Source§fn clone(&self) -> AuthProvider
fn clone(&self) -> AuthProvider
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 moreSource§impl Debug for AuthProvider
impl Debug for AuthProvider
Source§impl From<AuthProvider> for AuthProvider
impl From<AuthProvider> for AuthProvider
Source§fn from(auth_provider: AuthProvider) -> Self
fn from(auth_provider: AuthProvider) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for AuthProvider
impl ValueEnum for AuthProvider
impl Copy for AuthProvider
Auto Trait Implementations§
impl Freeze for AuthProvider
impl RefUnwindSafe for AuthProvider
impl Send for AuthProvider
impl Sync for AuthProvider
impl Unpin for AuthProvider
impl UnwindSafe for AuthProvider
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