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 (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 GelatoVerificationReportOptions
Source§impl FromValueOpt for GelatoVerificationReportOptions
impl FromValueOpt for GelatoVerificationReportOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for GelatoVerificationReportOptions
Auto Trait Implementations§
impl Freeze for GelatoVerificationReportOptions
impl RefUnwindSafe for GelatoVerificationReportOptions
impl Send for GelatoVerificationReportOptions
impl Sync for GelatoVerificationReportOptions
impl Unpin for GelatoVerificationReportOptions
impl UnsafeUnpin 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