Struct OnlineIdSystemAuthenticator
pub struct OnlineIdSystemAuthenticator;
Implementations§
§impl OnlineIdSystemAuthenticator
impl OnlineIdSystemAuthenticator
pub fn Default() -> Result<OnlineIdSystemAuthenticatorForUser>
pub fn GetForUser<P0>(user: P0) -> Result<OnlineIdSystemAuthenticatorForUser>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for OnlineIdSystemAuthenticator
impl RefUnwindSafe for OnlineIdSystemAuthenticator
impl Send for OnlineIdSystemAuthenticator
impl Sync for OnlineIdSystemAuthenticator
impl Unpin for OnlineIdSystemAuthenticator
impl UnwindSafe for OnlineIdSystemAuthenticator
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