Struct webauthn_authenticator_rs::softtoken::U2FSignData
source · pub struct U2FSignData { /* private fields */ }Available on crate feature
softtoken only.Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for U2FSignData
impl Send for U2FSignData
impl Sync for U2FSignData
impl Unpin for U2FSignData
impl UnwindSafe for U2FSignData
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> 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