pub struct SetResponseOverrideBits {
pub method: SetResponseOverrideBitsMethod,
pub params: SetResponseOverrideBitsParams,
}Expand description
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
Fields§
§method: SetResponseOverrideBitsMethod§params: SetResponseOverrideBitsParamsImplementations§
Source§impl SetResponseOverrideBits
impl SetResponseOverrideBits
pub const IDENTIFIER: &'static str = "WebAuthn.setResponseOverrideBits"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetResponseOverrideBits
impl Clone for SetResponseOverrideBits
Source§fn clone(&self) -> SetResponseOverrideBits
fn clone(&self) -> SetResponseOverrideBits
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 CommandResult for SetResponseOverrideBits
impl CommandResult for SetResponseOverrideBits
type Result = SetResponseOverrideBitsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetResponseOverrideBits
impl Debug for SetResponseOverrideBits
Source§impl<'de> Deserialize<'de> for SetResponseOverrideBits
impl<'de> Deserialize<'de> for SetResponseOverrideBits
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 From<SetResponseOverrideBits> for BrowserProtocolCommands
impl From<SetResponseOverrideBits> for BrowserProtocolCommands
Source§fn from(v: SetResponseOverrideBits) -> Self
fn from(v: SetResponseOverrideBits) -> Self
Converts to this type from the input type.
Source§impl From<SetResponseOverrideBits> for Command
impl From<SetResponseOverrideBits> for Command
Source§fn from(v: SetResponseOverrideBits) -> Self
fn from(v: SetResponseOverrideBits) -> Self
Converts to this type from the input type.
Source§impl From<SetResponseOverrideBits> for WebAuthnCommands
impl From<SetResponseOverrideBits> for WebAuthnCommands
Source§fn from(v: SetResponseOverrideBits) -> Self
fn from(v: SetResponseOverrideBits) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetResponseOverrideBits
impl PartialEq for SetResponseOverrideBits
Source§impl Serialize for SetResponseOverrideBits
impl Serialize for SetResponseOverrideBits
Source§impl TryFrom<BrowserProtocolCommands> for SetResponseOverrideBits
impl TryFrom<BrowserProtocolCommands> for SetResponseOverrideBits
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <SetResponseOverrideBits as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetResponseOverrideBits as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetResponseOverrideBits
impl TryFrom<Command> for SetResponseOverrideBits
Source§impl TryFrom<WebAuthnCommands> for SetResponseOverrideBits
impl TryFrom<WebAuthnCommands> for SetResponseOverrideBits
Source§type Error = WebAuthnCommands
type Error = WebAuthnCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: WebAuthnCommands,
) -> Result<Self, <SetResponseOverrideBits as TryFrom<WebAuthnCommands>>::Error>
fn try_from( e: WebAuthnCommands, ) -> Result<Self, <SetResponseOverrideBits as TryFrom<WebAuthnCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetResponseOverrideBits
Auto Trait Implementations§
impl Freeze for SetResponseOverrideBits
impl RefUnwindSafe for SetResponseOverrideBits
impl Send for SetResponseOverrideBits
impl Sync for SetResponseOverrideBits
impl Unpin for SetResponseOverrideBits
impl UnsafeUnpin for SetResponseOverrideBits
impl UnwindSafe for SetResponseOverrideBits
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