Struct stripe::model::IdentityVerificationReport
source · pub struct IdentityVerificationReport {
pub created: i64,
pub document: Option<GelatoDocumentReport>,
pub id: String,
pub id_number: Option<GelatoIdNumberReport>,
pub livemode: bool,
pub object: String,
pub options: Option<GelatoVerificationReportOptions>,
pub selfie: Option<GelatoSelfieReport>,
pub type_: Option<String>,
pub verification_session: Option<String>,
}Fields§
§created: i64§document: Option<GelatoDocumentReport>§id: String§id_number: Option<GelatoIdNumberReport>§livemode: bool§object: String§options: Option<GelatoVerificationReportOptions>§selfie: Option<GelatoSelfieReport>§type_: Option<String>§verification_session: Option<String>Trait Implementations§
source§impl Clone for IdentityVerificationReport
impl Clone for IdentityVerificationReport
source§fn clone(&self) -> IdentityVerificationReport
fn clone(&self) -> IdentityVerificationReport
Returns a copy 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 IdentityVerificationReport
impl Debug for IdentityVerificationReport
source§impl Default for IdentityVerificationReport
impl Default for IdentityVerificationReport
source§fn default() -> IdentityVerificationReport
fn default() -> IdentityVerificationReport
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IdentityVerificationReport
impl<'de> Deserialize<'de> for IdentityVerificationReport
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for IdentityVerificationReport
impl Display for IdentityVerificationReport
Auto Trait Implementations§
impl RefUnwindSafe for IdentityVerificationReport
impl Send for IdentityVerificationReport
impl Sync for IdentityVerificationReport
impl Unpin for IdentityVerificationReport
impl UnwindSafe for IdentityVerificationReport
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