pub enum TaxProductResourceTaxCalculationShippingCostTaxBehavior {
Exclusive,
Inclusive,
}Expand description
Specifies whether the amount includes taxes.
If tax_behavior=inclusive, then the amount includes taxes.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl Clone for TaxProductResourceTaxCalculationShippingCostTaxBehavior
Source§fn clone(&self) -> TaxProductResourceTaxCalculationShippingCostTaxBehavior
fn clone(&self) -> TaxProductResourceTaxCalculationShippingCostTaxBehavior
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 TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl FromValueOpt for TaxProductResourceTaxCalculationShippingCostTaxBehavior
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl PartialEq for TaxProductResourceTaxCalculationShippingCostTaxBehavior
Source§fn eq(
&self,
other: &TaxProductResourceTaxCalculationShippingCostTaxBehavior,
) -> bool
fn eq( &self, other: &TaxProductResourceTaxCalculationShippingCostTaxBehavior, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl Eq for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl StructuralPartialEq for TaxProductResourceTaxCalculationShippingCostTaxBehavior
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl RefUnwindSafe for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl Send for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl Sync for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl Unpin for TaxProductResourceTaxCalculationShippingCostTaxBehavior
impl UnwindSafe for TaxProductResourceTaxCalculationShippingCostTaxBehavior
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