pub struct SetResponseOverrideBits {
pub authenticator_id: AuthenticatorId,
pub is_bogus_signature: Option<bool>,
pub is_bad_uv: Option<bool>,
pub is_bad_up: Option<bool>,
}Fields§
§authenticator_id: AuthenticatorId§is_bogus_signature: Option<bool>§is_bad_uv: Option<bool>§is_bad_up: Option<bool>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 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 Method for SetResponseOverrideBits
impl Method for SetResponseOverrideBits
const NAME: &'static str = "WebAuthn.setResponseOverrideBits"
type ReturnObject = SetResponseOverrideBitsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetResponseOverrideBits
impl PartialEq for SetResponseOverrideBits
Source§impl Serialize for SetResponseOverrideBits
impl Serialize for SetResponseOverrideBits
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 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