pub struct TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax {
pub elections: Option<Vec<TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection>>,
}Fields§
§elections: Option<Vec<TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection>>Elections for the state sales tax registration.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl Clone for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
Source§fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
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 TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl Send for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl Sync for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl Unpin for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax
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