pub enum TaxProductResourceCustomerDetailsAddressSource {
Billing,
Shipping,
}Expand description
The type of customer address provided.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TaxProductResourceCustomerDetailsAddressSource
impl Clone for TaxProductResourceCustomerDetailsAddressSource
Source§fn clone(&self) -> TaxProductResourceCustomerDetailsAddressSource
fn clone(&self) -> TaxProductResourceCustomerDetailsAddressSource
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 FromValueOpt for TaxProductResourceCustomerDetailsAddressSource
impl FromValueOpt for TaxProductResourceCustomerDetailsAddressSource
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TaxProductResourceCustomerDetailsAddressSource
impl PartialEq for TaxProductResourceCustomerDetailsAddressSource
Source§fn eq(&self, other: &TaxProductResourceCustomerDetailsAddressSource) -> bool
fn eq(&self, other: &TaxProductResourceCustomerDetailsAddressSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TaxProductResourceCustomerDetailsAddressSource
impl Eq for TaxProductResourceCustomerDetailsAddressSource
impl StructuralPartialEq for TaxProductResourceCustomerDetailsAddressSource
Auto Trait Implementations§
impl Freeze for TaxProductResourceCustomerDetailsAddressSource
impl RefUnwindSafe for TaxProductResourceCustomerDetailsAddressSource
impl Send for TaxProductResourceCustomerDetailsAddressSource
impl Sync for TaxProductResourceCustomerDetailsAddressSource
impl Unpin for TaxProductResourceCustomerDetailsAddressSource
impl UnwindSafe for TaxProductResourceCustomerDetailsAddressSource
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