pub enum CustomerTaxLocationSource {
BillingAddress,
IpAddress,
PaymentMethod,
ShippingDestination,
}
Expand description
The data source used to infer the customer’s location.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CustomerTaxLocationSource
impl Clone for CustomerTaxLocationSource
Source§fn clone(&self) -> CustomerTaxLocationSource
fn clone(&self) -> CustomerTaxLocationSource
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 CustomerTaxLocationSource
impl Debug for CustomerTaxLocationSource
Source§impl Display for CustomerTaxLocationSource
impl Display for CustomerTaxLocationSource
Source§impl FromStr for CustomerTaxLocationSource
impl FromStr for CustomerTaxLocationSource
Source§impl FromValueOpt for CustomerTaxLocationSource
impl FromValueOpt for CustomerTaxLocationSource
fn from_value(v: Value) -> Option<Self>
impl Copy for CustomerTaxLocationSource
impl Eq for CustomerTaxLocationSource
impl StructuralPartialEq for CustomerTaxLocationSource
Auto Trait Implementations§
impl Freeze for CustomerTaxLocationSource
impl RefUnwindSafe for CustomerTaxLocationSource
impl Send for CustomerTaxLocationSource
impl Sync for CustomerTaxLocationSource
impl Unpin for CustomerTaxLocationSource
impl UnwindSafe for CustomerTaxLocationSource
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