pub struct TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax {
pub jurisdiction: String,
}Fields§
§jurisdiction: StringA FIPS code representing the local jurisdiction.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl Clone for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
Source§fn clone(
&self,
) -> TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
fn clone( &self, ) -> TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
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 TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl Send for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl Sync for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl Unpin for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax
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