pub struct Webauthn<'a> {
pub credential_id: &'a str,
pub counter: u32,
pub public_key: &'a str,
pub description: Option<&'a str>,
}Fields§
§credential_id: &'a str§counter: u32§public_key: &'a str§description: Option<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Webauthn<'a>
impl<'a> RefUnwindSafe for Webauthn<'a>
impl<'a> Send for Webauthn<'a>
impl<'a> Sync for Webauthn<'a>
impl<'a> Unpin for Webauthn<'a>
impl<'a> UnsafeUnpin for Webauthn<'a>
impl<'a> UnwindSafe for Webauthn<'a>
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