pub enum U2FResult {
Success(HashMap<u8, Vec<u8>>),
Error(AuthenticatorError),
}Variants§
Auto Trait Implementations§
impl Freeze for U2FResult
impl !RefUnwindSafe for U2FResult
impl Send for U2FResult
impl Sync for U2FResult
impl Unpin for U2FResult
impl UnsafeUnpin for U2FResult
impl !UnwindSafe for U2FResult
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