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