pub enum UpdateInvoiceShippingCostShippingRateDataTaxBehavior {
Exclusive,
Inclusive,
Unspecified,
}
Expand description
Specifies whether the rate is considered inclusive of taxes or exclusive of taxes.
One of inclusive
, exclusive
, or unspecified
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl Clone for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
Source§fn clone(&self) -> UpdateInvoiceShippingCostShippingRateDataTaxBehavior
fn clone(&self) -> UpdateInvoiceShippingCostShippingRateDataTaxBehavior
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 PartialEq for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl PartialEq for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
Source§fn eq(
&self,
other: &UpdateInvoiceShippingCostShippingRateDataTaxBehavior,
) -> bool
fn eq( &self, other: &UpdateInvoiceShippingCostShippingRateDataTaxBehavior, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl Eq for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl StructuralPartialEq for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
Auto Trait Implementations§
impl Freeze for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl RefUnwindSafe for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl Send for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl Sync for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl Unpin for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
impl UnwindSafe for UpdateInvoiceShippingCostShippingRateDataTaxBehavior
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