pub struct EncryptedPassportElementUtilityBill {
pub files: Vec<PassportFile>,
pub translation: Option<Vec<PassportFile>>,
}Fields§
§files: Vec<PassportFile>Array of encrypted files with documents provided by the user,
available for utility_bill, bank_statement, rental_agreement,
passport_registration and temporary_registration types. Files
can be decrypted and verified using the accompanying
EncryptedCredentials.
translation: Option<Vec<PassportFile>>Array of encrypted files with translated versions of documents
provided by the user. Available if requested for passport,
driver_license, identity_card, internal_passport,
utility_bill, bank_statement, rental_agreement,
passport_registration and temporary_registration types. Files
can be decrypted and verified using the accompanying
EncryptedCredentials.
Trait Implementations§
source§impl Clone for EncryptedPassportElementUtilityBill
impl Clone for EncryptedPassportElementUtilityBill
source§fn clone(&self) -> EncryptedPassportElementUtilityBill
fn clone(&self) -> EncryptedPassportElementUtilityBill
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<'de> Deserialize<'de> for EncryptedPassportElementUtilityBill
impl<'de> Deserialize<'de> for EncryptedPassportElementUtilityBill
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 PartialEq<EncryptedPassportElementUtilityBill> for EncryptedPassportElementUtilityBill
impl PartialEq<EncryptedPassportElementUtilityBill> for EncryptedPassportElementUtilityBill
source§fn eq(&self, other: &EncryptedPassportElementUtilityBill) -> bool
fn eq(&self, other: &EncryptedPassportElementUtilityBill) -> bool
This method tests for
self and other values to be equal, and is used
by ==.