pub struct PersonVerificationSpecs {
pub additional_document: Option<PersonVerificationDocumentSpecs>,
pub document: Option<PersonVerificationDocumentSpecs>,
}
Fields§
§additional_document: Option<PersonVerificationDocumentSpecs>
A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
document: Option<PersonVerificationDocumentSpecs>
An identifying document, either a passport or local ID card.
Implementations§
Trait Implementations§
Source§impl Clone for PersonVerificationSpecs
impl Clone for PersonVerificationSpecs
Source§fn clone(&self) -> PersonVerificationSpecs
fn clone(&self) -> PersonVerificationSpecs
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 Debug for PersonVerificationSpecs
impl Debug for PersonVerificationSpecs
Source§impl Default for PersonVerificationSpecs
impl Default for PersonVerificationSpecs
Auto Trait Implementations§
impl Freeze for PersonVerificationSpecs
impl RefUnwindSafe for PersonVerificationSpecs
impl Send for PersonVerificationSpecs
impl Sync for PersonVerificationSpecs
impl Unpin for PersonVerificationSpecs
impl UnwindSafe for PersonVerificationSpecs
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