pub struct FetchAddressVerificationListResponseInner {
pub status: Option<String>,
pub token: Option<String>,
pub network: Option<String>,
pub wallet_address: Option<String>,
pub address_questionnaire: Option<Box<FetchAddressVerificationListResponseInnerAddressQuestionnaire>>,
}Fields§
§status: Option<String>§token: Option<String>§network: Option<String>§wallet_address: Option<String>§address_questionnaire: Option<Box<FetchAddressVerificationListResponseInnerAddressQuestionnaire>>Implementations§
Trait Implementations§
Source§impl Clone for FetchAddressVerificationListResponseInner
impl Clone for FetchAddressVerificationListResponseInner
Source§fn clone(&self) -> FetchAddressVerificationListResponseInner
fn clone(&self) -> FetchAddressVerificationListResponseInner
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 moreSource§impl Default for FetchAddressVerificationListResponseInner
impl Default for FetchAddressVerificationListResponseInner
Source§fn default() -> FetchAddressVerificationListResponseInner
fn default() -> FetchAddressVerificationListResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FetchAddressVerificationListResponseInner
impl<'de> Deserialize<'de> for FetchAddressVerificationListResponseInner
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 for FetchAddressVerificationListResponseInner
impl PartialEq for FetchAddressVerificationListResponseInner
Source§fn eq(&self, other: &FetchAddressVerificationListResponseInner) -> bool
fn eq(&self, other: &FetchAddressVerificationListResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FetchAddressVerificationListResponseInner
Auto Trait Implementations§
impl Freeze for FetchAddressVerificationListResponseInner
impl RefUnwindSafe for FetchAddressVerificationListResponseInner
impl Send for FetchAddressVerificationListResponseInner
impl Sync for FetchAddressVerificationListResponseInner
impl Unpin for FetchAddressVerificationListResponseInner
impl UnsafeUnpin for FetchAddressVerificationListResponseInner
impl UnwindSafe for FetchAddressVerificationListResponseInner
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