Enum libgatekeeper_sys::NfcError
source · [−]pub enum NfcError {
Unknown,
SendMismatch,
NonceMismatch,
NoResponse,
CryptoError,
}Variants
Unknown
SendMismatch
NonceMismatch
NoResponse
CryptoError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NfcError
impl Send for NfcError
impl Sync for NfcError
impl Unpin for NfcError
impl UnwindSafe for NfcError
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