pub struct PasskeyNotify { /* private fields */ }Expand description
Passkey Notify Event
Implementations§
Source§impl PasskeyNotify
impl PasskeyNotify
Trait Implementations§
Source§impl Clone for PasskeyNotify
impl Clone for PasskeyNotify
Source§fn clone(&self) -> PasskeyNotify
fn clone(&self) -> PasskeyNotify
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 PasskeyNotify
impl Debug for PasskeyNotify
Source§impl From<PasskeyNotify> for Event
impl From<PasskeyNotify> for Event
Source§fn from(v: PasskeyNotify) -> Self
fn from(v: PasskeyNotify) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PasskeyNotify
impl RefUnwindSafe for PasskeyNotify
impl Send for PasskeyNotify
impl Sync for PasskeyNotify
impl Unpin for PasskeyNotify
impl UnwindSafe for PasskeyNotify
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