pub struct PasskeyPayload {
pub other_keys: Option<ClientDataOtherKeys>,
pub origin: Option<String>,
}Fields§
§other_keys: Option<ClientDataOtherKeys>client data other keys
origin: Option<String>Trait Implementations§
Source§impl Clone for PasskeyPayload
impl Clone for PasskeyPayload
Source§fn clone(&self) -> PasskeyPayload
fn clone(&self) -> PasskeyPayload
Returns a copy 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 PasskeyPayload
impl Debug for PasskeyPayload
Source§impl PartialEq for PasskeyPayload
impl PartialEq for PasskeyPayload
impl StructuralPartialEq for PasskeyPayload
Auto Trait Implementations§
impl Freeze for PasskeyPayload
impl RefUnwindSafe for PasskeyPayload
impl Send for PasskeyPayload
impl Sync for PasskeyPayload
impl Unpin for PasskeyPayload
impl UnwindSafe for PasskeyPayload
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