pub struct Authentication { /* private fields */ }Implementations§
Source§impl Authentication
impl Authentication
pub fn new(response: AuthenticationRequest) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Authentication
impl !RefUnwindSafe for Authentication
impl Send for Authentication
impl Sync for Authentication
impl Unpin for Authentication
impl UnsafeUnpin for Authentication
impl !UnwindSafe for Authentication
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