pub struct NfcCard { /* private fields */ }Trait Implementations§
Source§impl HandlerInCtx for NfcCard
impl HandlerInCtx for NfcCard
Auto Trait Implementations§
impl Freeze for NfcCard
impl RefUnwindSafe for NfcCard
impl Send for NfcCard
impl Sync for NfcCard
impl Unpin for NfcCard
impl UnwindSafe for NfcCard
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