pub enum TechKind {
IsoDep,
MifareClassic,
MifareUltralight,
Ndef,
NdefFormatable,
NfcA,
NfcB,
NfcBarcode,
NfcF,
NfcV,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TechKind
impl RefUnwindSafe for TechKind
impl Send for TechKind
impl Sync for TechKind
impl Unpin for TechKind
impl UnwindSafe for TechKind
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