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