pub struct GoogleProvider {}
Expand description
Google OpenID connect ID provider
https://accounts.google.com/.well-known/openid-configuration
Implementations§
Trait Implementations§
Source§impl Clone for GoogleProvider
impl Clone for GoogleProvider
Source§fn clone(&self) -> GoogleProvider
fn clone(&self) -> GoogleProvider
Returns a duplicate 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 Provider for GoogleProvider
impl Provider for GoogleProvider
Auto Trait Implementations§
impl Freeze for GoogleProvider
impl RefUnwindSafe for GoogleProvider
impl Send for GoogleProvider
impl Sync for GoogleProvider
impl Unpin for GoogleProvider
impl UnwindSafe for GoogleProvider
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