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