pub struct PasskeyAuthenticationStart {
pub options: Value,
pub state: Value,
}Fields§
§options: Value§state: ValueTrait Implementations§
Source§impl Clone for PasskeyAuthenticationStart
impl Clone for PasskeyAuthenticationStart
Source§fn clone(&self) -> PasskeyAuthenticationStart
fn clone(&self) -> PasskeyAuthenticationStart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PasskeyAuthenticationStart
impl Debug for PasskeyAuthenticationStart
Source§impl<'de> Deserialize<'de> for PasskeyAuthenticationStart
impl<'de> Deserialize<'de> for PasskeyAuthenticationStart
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PasskeyAuthenticationStart
impl PartialEq for PasskeyAuthenticationStart
Source§fn eq(&self, other: &PasskeyAuthenticationStart) -> bool
fn eq(&self, other: &PasskeyAuthenticationStart) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PasskeyAuthenticationStart
Auto Trait Implementations§
impl Freeze for PasskeyAuthenticationStart
impl RefUnwindSafe for PasskeyAuthenticationStart
impl Send for PasskeyAuthenticationStart
impl Sync for PasskeyAuthenticationStart
impl Unpin for PasskeyAuthenticationStart
impl UnsafeUnpin for PasskeyAuthenticationStart
impl UnwindSafe for PasskeyAuthenticationStart
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