pub struct TaxProductRegistrationsResourceCountryOptionsDefaultStandard {
pub place_of_supply_scheme: TaxProductRegistrationsResourceCountryOptionsDefaultStandardPlaceOfSupplyScheme,
}Fields§
§place_of_supply_scheme: TaxProductRegistrationsResourceCountryOptionsDefaultStandardPlaceOfSupplySchemePlace of supply scheme used in an Default standard registration.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl Clone for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
Source§fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsDefaultStandard
fn clone(&self) -> TaxProductRegistrationsResourceCountryOptionsDefaultStandard
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 TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
fn from_value(v: Value) -> Option<Self>
impl Copy for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl Send for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl Sync for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl Unpin for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsDefaultStandard
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