pub struct CreateCustomerAddressParams {
pub customer_address: CustomerAddress,
}
Expand description
struct for passing parameters to the method create_customer_address
Fields§
§customer_address: CustomerAddress
Trait Implementations§
Source§impl Clone for CreateCustomerAddressParams
impl Clone for CreateCustomerAddressParams
Source§fn clone(&self) -> CreateCustomerAddressParams
fn clone(&self) -> CreateCustomerAddressParams
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 CreateCustomerAddressParams
impl Debug for CreateCustomerAddressParams
Source§impl Default for CreateCustomerAddressParams
impl Default for CreateCustomerAddressParams
Source§fn default() -> CreateCustomerAddressParams
fn default() -> CreateCustomerAddressParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateCustomerAddressParams
impl RefUnwindSafe for CreateCustomerAddressParams
impl Send for CreateCustomerAddressParams
impl Sync for CreateCustomerAddressParams
impl Unpin for CreateCustomerAddressParams
impl UnwindSafe for CreateCustomerAddressParams
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