pub struct GetAssertionOptions {
pub user_verification: Option<bool>,
pub user_presence: Option<bool>,
}Fields§
§user_verification: Option<bool>§user_presence: Option<bool>Trait Implementations§
Source§impl Clone for GetAssertionOptions
impl Clone for GetAssertionOptions
Source§fn clone(&self) -> GetAssertionOptions
fn clone(&self) -> GetAssertionOptions
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 GetAssertionOptions
impl Debug for GetAssertionOptions
Source§impl Default for GetAssertionOptions
impl Default for GetAssertionOptions
Source§impl Serialize for GetAssertionOptions
impl Serialize for GetAssertionOptions
impl Copy for GetAssertionOptions
Auto Trait Implementations§
impl Freeze for GetAssertionOptions
impl RefUnwindSafe for GetAssertionOptions
impl Send for GetAssertionOptions
impl Sync for GetAssertionOptions
impl Unpin for GetAssertionOptions
impl UnsafeUnpin for GetAssertionOptions
impl UnwindSafe for GetAssertionOptions
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