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