pub enum SignResult {
CTAP1(AppId, Vec<u8>, Vec<u8>, U2FDeviceInfo),
CTAP2(AssertionObject, CollectedClientData),
}Variants§
CTAP1(AppId, Vec<u8>, Vec<u8>, U2FDeviceInfo)
CTAP2(AssertionObject, CollectedClientData)
Auto Trait Implementations§
impl Freeze for SignResult
impl RefUnwindSafe for SignResult
impl Send for SignResult
impl Sync for SignResult
impl Unpin for SignResult
impl UnsafeUnpin for SignResult
impl UnwindSafe for SignResult
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