pub struct MicrosoftAuthProvider;Trait Implementations§
Source§impl OAuthProviderFactory for MicrosoftAuthProvider
impl OAuthProviderFactory for MicrosoftAuthProvider
fn provider_id() -> &'static str
fn new() -> OAuthProvider
Auto Trait Implementations§
impl Freeze for MicrosoftAuthProvider
impl RefUnwindSafe for MicrosoftAuthProvider
impl Send for MicrosoftAuthProvider
impl Sync for MicrosoftAuthProvider
impl Unpin for MicrosoftAuthProvider
impl UnwindSafe for MicrosoftAuthProvider
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