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