pub struct BillingAddressResponse {
pub data: Option<Box<BillingAddressResponseData>>,
}
Fields§
§data: Option<Box<BillingAddressResponseData>>
Implementations§
Source§impl BillingAddressResponse
impl BillingAddressResponse
pub fn new() -> BillingAddressResponse
Trait Implementations§
Source§impl Clone for BillingAddressResponse
impl Clone for BillingAddressResponse
Source§fn clone(&self) -> BillingAddressResponse
fn clone(&self) -> BillingAddressResponse
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 BillingAddressResponse
impl Debug for BillingAddressResponse
Source§impl Default for BillingAddressResponse
impl Default for BillingAddressResponse
Source§fn default() -> BillingAddressResponse
fn default() -> BillingAddressResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BillingAddressResponse
impl<'de> Deserialize<'de> for BillingAddressResponse
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 BillingAddressResponse
impl PartialEq for BillingAddressResponse
Source§impl Serialize for BillingAddressResponse
impl Serialize for BillingAddressResponse
impl StructuralPartialEq for BillingAddressResponse
Auto Trait Implementations§
impl Freeze for BillingAddressResponse
impl RefUnwindSafe for BillingAddressResponse
impl Send for BillingAddressResponse
impl Sync for BillingAddressResponse
impl Unpin for BillingAddressResponse
impl UnwindSafe for BillingAddressResponse
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