pub enum GelatoIdNumberReportErrorCode {
IdNumberInsufficientDocumentData,
IdNumberMismatch,
IdNumberUnverifiedOther,
}
Expand description
A short machine-readable string giving the reason for the verification failure.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GelatoIdNumberReportErrorCode
impl Clone for GelatoIdNumberReportErrorCode
Source§fn clone(&self) -> GelatoIdNumberReportErrorCode
fn clone(&self) -> GelatoIdNumberReportErrorCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl FromValueOpt for GelatoIdNumberReportErrorCode
impl FromValueOpt for GelatoIdNumberReportErrorCode
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for GelatoIdNumberReportErrorCode
impl PartialEq for GelatoIdNumberReportErrorCode
Source§fn eq(&self, other: &GelatoIdNumberReportErrorCode) -> bool
fn eq(&self, other: &GelatoIdNumberReportErrorCode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for GelatoIdNumberReportErrorCode
impl Eq for GelatoIdNumberReportErrorCode
impl StructuralPartialEq for GelatoIdNumberReportErrorCode
Auto Trait Implementations§
impl Freeze for GelatoIdNumberReportErrorCode
impl RefUnwindSafe for GelatoIdNumberReportErrorCode
impl Send for GelatoIdNumberReportErrorCode
impl Sync for GelatoIdNumberReportErrorCode
impl Unpin for GelatoIdNumberReportErrorCode
impl UnwindSafe for GelatoIdNumberReportErrorCode
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