pub enum InfoResult {
CTAP2(AuthenticatorInfo),
}Variants§
CTAP2(AuthenticatorInfo)
Auto Trait Implementations§
impl Freeze for InfoResult
impl RefUnwindSafe for InfoResult
impl Send for InfoResult
impl Sync for InfoResult
impl Unpin for InfoResult
impl UnsafeUnpin for InfoResult
impl UnwindSafe for InfoResult
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