Struct webauthn_authenticator_rs::nfc::NFCReader
source · [−]pub struct NFCReader { /* private fields */ }Implementations
sourceimpl NFCReader
impl NFCReader
pub fn wait_for_card(&mut self) -> Result<NFCCard, WebauthnCError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NFCReader
impl !Send for NFCReader
impl !Sync for NFCReader
impl Unpin for NFCReader
impl UnwindSafe for NFCReader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more