pub struct Ctap1SignResponse {
pub user_presence_verified: bool,
pub counter: u32,
pub signature: Vec<u8>,
}Fields§
§user_presence_verified: bool§counter: u32§signature: Vec<u8>Trait Implementations§
Source§impl Clone for Ctap1SignResponse
impl Clone for Ctap1SignResponse
Source§fn clone(&self) -> Ctap1SignResponse
fn clone(&self) -> Ctap1SignResponse
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 Ctap1SignResponse
impl Debug for Ctap1SignResponse
Source§impl TryFrom<ApduResponse> for Ctap1SignResponse
impl TryFrom<ApduResponse> for Ctap1SignResponse
Auto Trait Implementations§
impl Freeze for Ctap1SignResponse
impl RefUnwindSafe for Ctap1SignResponse
impl Send for Ctap1SignResponse
impl Sync for Ctap1SignResponse
impl Unpin for Ctap1SignResponse
impl UnwindSafe for Ctap1SignResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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