pub struct TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard {
pub province: String,
}Fields§
§province: StringTwo-letter CA province code (ISO 3166-2).
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl Clone for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
Source§fn clone(
&self,
) -> TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
fn clone( &self, ) -> TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
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 TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl Send for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl Sync for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl Unpin for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard
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