pub struct WebAuthnAuthenticationResult {
pub user_id: Uuid,
pub session_id: Uuid,
pub token: String,
}Fields§
§user_id: Uuid§session_id: Uuid§token: StringTrait Implementations§
Source§impl Clone for WebAuthnAuthenticationResult
impl Clone for WebAuthnAuthenticationResult
Source§fn clone(&self) -> WebAuthnAuthenticationResult
fn clone(&self) -> WebAuthnAuthenticationResult
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 Debug for WebAuthnAuthenticationResult
impl Debug for WebAuthnAuthenticationResult
Auto Trait Implementations§
impl Freeze for WebAuthnAuthenticationResult
impl RefUnwindSafe for WebAuthnAuthenticationResult
impl Send for WebAuthnAuthenticationResult
impl Sync for WebAuthnAuthenticationResult
impl Unpin for WebAuthnAuthenticationResult
impl UnsafeUnpin for WebAuthnAuthenticationResult
impl UnwindSafe for WebAuthnAuthenticationResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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