pub enum TaxProductRegistrationsResourceCountryOptionsUnitedStatesType {
LocalAmusementTax,
LocalLeaseTax,
StateCommunicationsTax,
StateRetailDeliveryFee,
StateSalesTax,
}Expand description
Type of registration in the US.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl Clone for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
Source§fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
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 TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl PartialEq for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
Source§fn eq(
&self,
other: &TaxProductRegistrationsResourceCountryOptionsUnitedStatesType,
) -> bool
fn eq( &self, other: &TaxProductRegistrationsResourceCountryOptionsUnitedStatesType, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl Eq for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl StructuralPartialEq for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl Send for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl Sync for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl Unpin for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsUnitedStatesType
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