pub struct CreateIdentityVerificationSessionOptions {
pub document: Option<CreateIdentityVerificationSessionOptionsDocument>,
}
Expand description
A set of options for the session’s verification checks.
Fields§
§document: Option<CreateIdentityVerificationSessionOptionsDocument>
Options that apply to the document check.
Implementations§
Trait Implementations§
Source§impl Clone for CreateIdentityVerificationSessionOptions
impl Clone for CreateIdentityVerificationSessionOptions
Source§fn clone(&self) -> CreateIdentityVerificationSessionOptions
fn clone(&self) -> CreateIdentityVerificationSessionOptions
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 moreAuto Trait Implementations§
impl Freeze for CreateIdentityVerificationSessionOptions
impl RefUnwindSafe for CreateIdentityVerificationSessionOptions
impl Send for CreateIdentityVerificationSessionOptions
impl Sync for CreateIdentityVerificationSessionOptions
impl Unpin for CreateIdentityVerificationSessionOptions
impl UnwindSafe for CreateIdentityVerificationSessionOptions
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