pub struct GelatoVerificationReportOptions {
pub document: Option<GelatoReportDocumentOptions>,
pub id_number: Option<GelatoReportIdNumberOptions>,
}
Fields§
§document: Option<GelatoReportDocumentOptions>
§id_number: Option<GelatoReportIdNumberOptions>
Trait Implementations§
Source§impl Clone for GelatoVerificationReportOptions
impl Clone for GelatoVerificationReportOptions
Source§fn clone(&self) -> GelatoVerificationReportOptions
fn clone(&self) -> GelatoVerificationReportOptions
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 GelatoVerificationReportOptions
impl FromValueOpt for GelatoVerificationReportOptions
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for GelatoVerificationReportOptions
impl RefUnwindSafe for GelatoVerificationReportOptions
impl Send for GelatoVerificationReportOptions
impl Sync for GelatoVerificationReportOptions
impl Unpin for GelatoVerificationReportOptions
impl UnwindSafe for GelatoVerificationReportOptions
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