pub struct SetResponseOverrideBitsParams<'a> { /* private fields */ }Expand description
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
Implementations§
Source§impl<'a> SetResponseOverrideBitsParams<'a>
impl<'a> SetResponseOverrideBitsParams<'a>
Sourcepub fn builder(
authenticator_id: impl Into<AuthenticatorId<'a>>,
) -> SetResponseOverrideBitsParamsBuilder<'a>
pub fn builder( authenticator_id: impl Into<AuthenticatorId<'a>>, ) -> SetResponseOverrideBitsParamsBuilder<'a>
Creates a builder for this type with the required parameters:
authenticator_id:
pub fn authenticator_id(&self) -> &AuthenticatorId<'a>
Sourcepub fn is_bogus_signature(&self) -> Option<bool>
pub fn is_bogus_signature(&self) -> Option<bool>
If isBogusSignature is set, overrides the signature in the authenticator response to be zero. Defaults to false.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for SetResponseOverrideBitsParams<'a>
impl<'a> CdpCommand<'a> for SetResponseOverrideBitsParams<'a>
Source§impl<'a> Clone for SetResponseOverrideBitsParams<'a>
impl<'a> Clone for SetResponseOverrideBitsParams<'a>
Source§fn clone(&self) -> SetResponseOverrideBitsParams<'a>
fn clone(&self) -> SetResponseOverrideBitsParams<'a>
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<'a> Debug for SetResponseOverrideBitsParams<'a>
impl<'a> Debug for SetResponseOverrideBitsParams<'a>
Source§impl<'a> Default for SetResponseOverrideBitsParams<'a>
impl<'a> Default for SetResponseOverrideBitsParams<'a>
Source§fn default() -> SetResponseOverrideBitsParams<'a>
fn default() -> SetResponseOverrideBitsParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for SetResponseOverrideBitsParams<'a>
impl<'de, 'a> Deserialize<'de> for SetResponseOverrideBitsParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for SetResponseOverrideBitsParams<'a>
impl<'a> RefUnwindSafe for SetResponseOverrideBitsParams<'a>
impl<'a> Send for SetResponseOverrideBitsParams<'a>
impl<'a> Sync for SetResponseOverrideBitsParams<'a>
impl<'a> Unpin for SetResponseOverrideBitsParams<'a>
impl<'a> UnsafeUnpin for SetResponseOverrideBitsParams<'a>
impl<'a> UnwindSafe for SetResponseOverrideBitsParams<'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