pub struct IssuingCardholderIdDocument {
pub back: Option<Expandable<File>>,
pub front: Option<Expandable<File>>,
}
Fields§
§back: Option<Expandable<File>>
The back of a document returned by a file upload with a purpose
value of identity_document
.
front: Option<Expandable<File>>
The front of a document returned by a file upload with a purpose
value of identity_document
.
Trait Implementations§
Source§impl Clone for IssuingCardholderIdDocument
impl Clone for IssuingCardholderIdDocument
Source§fn clone(&self) -> IssuingCardholderIdDocument
fn clone(&self) -> IssuingCardholderIdDocument
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 IssuingCardholderIdDocument
impl Debug for IssuingCardholderIdDocument
Auto Trait Implementations§
impl Freeze for IssuingCardholderIdDocument
impl RefUnwindSafe for IssuingCardholderIdDocument
impl Send for IssuingCardholderIdDocument
impl Sync for IssuingCardholderIdDocument
impl Unpin for IssuingCardholderIdDocument
impl UnwindSafe for IssuingCardholderIdDocument
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