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