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