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