pub struct SetCredentialPropertiesReturnObject(pub Option<Value>);Expand description
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for SetCredentialPropertiesReturnObject
impl Clone for SetCredentialPropertiesReturnObject
Source§fn clone(&self) -> SetCredentialPropertiesReturnObject
fn clone(&self) -> SetCredentialPropertiesReturnObject
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<'de> Deserialize<'de> for SetCredentialPropertiesReturnObject
impl<'de> Deserialize<'de> for SetCredentialPropertiesReturnObject
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 SetCredentialPropertiesReturnObject
impl PartialEq for SetCredentialPropertiesReturnObject
Source§fn eq(&self, other: &SetCredentialPropertiesReturnObject) -> bool
fn eq(&self, other: &SetCredentialPropertiesReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetCredentialPropertiesReturnObject
Auto Trait Implementations§
impl Freeze for SetCredentialPropertiesReturnObject
impl RefUnwindSafe for SetCredentialPropertiesReturnObject
impl Send for SetCredentialPropertiesReturnObject
impl Sync for SetCredentialPropertiesReturnObject
impl Unpin for SetCredentialPropertiesReturnObject
impl UnsafeUnpin for SetCredentialPropertiesReturnObject
impl UnwindSafe for SetCredentialPropertiesReturnObject
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