pub struct GelatoVerificationSessionOptions {
pub document: Option<GelatoSessionDocumentOptions>,
pub email: Option<GelatoSessionEmailOptions>,
pub id_number: Option<GelatoSessionIdNumberOptions>,
pub matching: Option<GelatoSessionMatchingOptions>,
pub phone: Option<GelatoSessionPhoneOptions>,
}Fields§
§document: Option<GelatoSessionDocumentOptions>§email: Option<GelatoSessionEmailOptions>§id_number: Option<GelatoSessionIdNumberOptions>§matching: Option<GelatoSessionMatchingOptions>§phone: Option<GelatoSessionPhoneOptions>Trait Implementations§
Source§impl Clone for GelatoVerificationSessionOptions
impl Clone for GelatoVerificationSessionOptions
Source§fn clone(&self) -> GelatoVerificationSessionOptions
fn clone(&self) -> GelatoVerificationSessionOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for GelatoVerificationSessionOptions
Source§impl FromValueOpt for GelatoVerificationSessionOptions
impl FromValueOpt for GelatoVerificationSessionOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for GelatoVerificationSessionOptions
Auto Trait Implementations§
impl Freeze for GelatoVerificationSessionOptions
impl RefUnwindSafe for GelatoVerificationSessionOptions
impl Send for GelatoVerificationSessionOptions
impl Sync for GelatoVerificationSessionOptions
impl Unpin for GelatoVerificationSessionOptions
impl UnsafeUnpin for GelatoVerificationSessionOptions
impl UnwindSafe for GelatoVerificationSessionOptions
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