pub struct ActiveGetAssertionData {
pub rp_id_hash: [u8; 32],
pub client_data_hash: [u8; 32],
pub uv_performed: bool,
pub up_performed: bool,
pub multiple_credentials: bool,
pub extensions: Option<ExtensionsInput>,
pub attestation_formats_preference: Option<AttestationFormatsPreference>,
}Fields§
§rp_id_hash: [u8; 32]§client_data_hash: [u8; 32]§uv_performed: bool§up_performed: bool§multiple_credentials: bool§extensions: Option<ExtensionsInput>§attestation_formats_preference: Option<AttestationFormatsPreference>Trait Implementations§
Source§impl Clone for ActiveGetAssertionData
impl Clone for ActiveGetAssertionData
Source§fn clone(&self) -> ActiveGetAssertionData
fn clone(&self) -> ActiveGetAssertionData
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 ActiveGetAssertionData
impl Debug for ActiveGetAssertionData
Source§impl Default for ActiveGetAssertionData
impl Default for ActiveGetAssertionData
Source§fn default() -> ActiveGetAssertionData
fn default() -> ActiveGetAssertionData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActiveGetAssertionData
impl RefUnwindSafe for ActiveGetAssertionData
impl Send for ActiveGetAssertionData
impl Sync for ActiveGetAssertionData
impl Unpin for ActiveGetAssertionData
impl UnwindSafe for ActiveGetAssertionData
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