pub struct TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection {
pub jurisdiction: Option<String>,
pub type_: TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElectionType,
}Fields§
§jurisdiction: Option<String>A FIPS code representing the local jurisdiction.
type_: TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElectionTypeThe type of the election for the state sales tax registration.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl Clone for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
Source§fn clone(
&self,
) -> TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
fn clone( &self, ) -> TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
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 TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl Send for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl Sync for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl Unpin for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection
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