pub struct SignArgsCtap2 {
pub challenge: Vec<u8>,
pub origin: String,
pub relying_party_id: String,
pub allow_list: Vec<PublicKeyCredentialDescriptor>,
pub options: GetAssertionOptions,
pub extensions: GetAssertionExtensions,
pub pin: Option<Pin>,
}Fields§
§challenge: Vec<u8>§origin: String§relying_party_id: String§allow_list: Vec<PublicKeyCredentialDescriptor>§options: GetAssertionOptions§extensions: GetAssertionExtensions§pin: Option<Pin>Trait Implementations§
Source§impl Clone for SignArgsCtap2
impl Clone for SignArgsCtap2
Source§fn clone(&self) -> SignArgsCtap2
fn clone(&self) -> SignArgsCtap2
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 SignArgsCtap2
impl Debug for SignArgsCtap2
Source§impl From<SignArgsCtap2> for SignArgs
impl From<SignArgsCtap2> for SignArgs
Source§fn from(args: SignArgsCtap2) -> Self
fn from(args: SignArgsCtap2) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SignArgsCtap2
impl RefUnwindSafe for SignArgsCtap2
impl Send for SignArgsCtap2
impl Sync for SignArgsCtap2
impl Unpin for SignArgsCtap2
impl UnsafeUnpin for SignArgsCtap2
impl UnwindSafe for SignArgsCtap2
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