pub enum GelatoIdNumberReportStatus {
Unverified,
Verified,
}Expand description
Status of this id_number check.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GelatoIdNumberReportStatus
impl Clone for GelatoIdNumberReportStatus
Source§fn clone(&self) -> GelatoIdNumberReportStatus
fn clone(&self) -> GelatoIdNumberReportStatus
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 Debug for GelatoIdNumberReportStatus
impl Debug for GelatoIdNumberReportStatus
Source§impl Display for GelatoIdNumberReportStatus
impl Display for GelatoIdNumberReportStatus
Source§impl FromStr for GelatoIdNumberReportStatus
impl FromStr for GelatoIdNumberReportStatus
Source§impl FromValueOpt for GelatoIdNumberReportStatus
impl FromValueOpt for GelatoIdNumberReportStatus
fn from_value(v: Value) -> Option<Self>
impl Copy for GelatoIdNumberReportStatus
impl Eq for GelatoIdNumberReportStatus
impl StructuralPartialEq for GelatoIdNumberReportStatus
Auto Trait Implementations§
impl Freeze for GelatoIdNumberReportStatus
impl RefUnwindSafe for GelatoIdNumberReportStatus
impl Send for GelatoIdNumberReportStatus
impl Sync for GelatoIdNumberReportStatus
impl Unpin for GelatoIdNumberReportStatus
impl UnwindSafe for GelatoIdNumberReportStatus
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