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