pub struct TaxProductRegistrationsResourceCountryOptionsUnitedStates {
pub local_amusement_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax>,
pub local_lease_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax>,
pub state: String,
pub state_sales_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax>,
pub type_: TaxProductRegistrationsResourceCountryOptionsUnitedStatesType,
}Fields§
§local_amusement_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax>§local_lease_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax>§state: StringTwo-letter US state code (ISO 3166-2).
state_sales_tax: Option<TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax>§type_: TaxProductRegistrationsResourceCountryOptionsUnitedStatesTypeType of registration in the US.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl Clone for TaxProductRegistrationsResourceCountryOptionsUnitedStates
Source§fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUnitedStates
fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUnitedStates
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 TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsUnitedStates
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl Send for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl Sync for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl Unpin for TaxProductRegistrationsResourceCountryOptionsUnitedStates
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsUnitedStates
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