pub struct RegisterArgsCtap1 {
pub flags: RegisterFlags,
pub challenge: Vec<u8>,
pub application: AppId,
pub key_handles: Vec<KeyHandle>,
}Fields§
§flags: RegisterFlags§challenge: Vec<u8>§application: AppId§key_handles: Vec<KeyHandle>Trait Implementations§
Source§impl Clone for RegisterArgsCtap1
impl Clone for RegisterArgsCtap1
Source§fn clone(&self) -> RegisterArgsCtap1
fn clone(&self) -> RegisterArgsCtap1
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 RegisterArgsCtap1
impl Debug for RegisterArgsCtap1
Source§impl From<RegisterArgsCtap1> for RegisterArgs
impl From<RegisterArgsCtap1> for RegisterArgs
Source§fn from(args: RegisterArgsCtap1) -> Self
fn from(args: RegisterArgsCtap1) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RegisterArgsCtap1
impl RefUnwindSafe for RegisterArgsCtap1
impl Send for RegisterArgsCtap1
impl Sync for RegisterArgsCtap1
impl Unpin for RegisterArgsCtap1
impl UnsafeUnpin for RegisterArgsCtap1
impl UnwindSafe for RegisterArgsCtap1
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