pub enum IdentityVerificationSessionType {
Document,
IdNumber,
VerificationFlow,
}
Expand description
The type of verification check to be performed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IdentityVerificationSessionType
impl Clone for IdentityVerificationSessionType
Source§fn clone(&self) -> IdentityVerificationSessionType
fn clone(&self) -> IdentityVerificationSessionType
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 IdentityVerificationSessionType
impl FromValueOpt for IdentityVerificationSessionType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IdentityVerificationSessionType
impl PartialEq for IdentityVerificationSessionType
Source§fn eq(&self, other: &IdentityVerificationSessionType) -> bool
fn eq(&self, other: &IdentityVerificationSessionType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IdentityVerificationSessionType
impl Eq for IdentityVerificationSessionType
impl StructuralPartialEq for IdentityVerificationSessionType
Auto Trait Implementations§
impl Freeze for IdentityVerificationSessionType
impl RefUnwindSafe for IdentityVerificationSessionType
impl Send for IdentityVerificationSessionType
impl Sync for IdentityVerificationSessionType
impl Unpin for IdentityVerificationSessionType
impl UnwindSafe for IdentityVerificationSessionType
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