pub enum CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior {
Exclusive,
Inclusive,
Unspecified,
}
Available on crate feature
billing
only.Expand description
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions
’s tax_behavior
field.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl AsRef<str> for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§impl Clone for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Clone for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§fn clone(
&self,
) -> CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
fn clone( &self, ) -> CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
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 CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Debug for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§impl Default for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Default for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§impl<'de> Deserialize<'de> for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl<'de> Deserialize<'de> for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Display for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§impl PartialEq for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl PartialEq for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Source§fn eq(
&self,
other: &CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior,
) -> bool
fn eq( &self, other: &CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Serialize for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Copy for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Eq for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl StructuralPartialEq for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
Auto Trait Implementations§
impl Freeze for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl RefUnwindSafe for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Send for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Sync for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl Unpin for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
impl UnwindSafe for CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.