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