pub struct CreateTaxRegistrationCountryOptionsZaStandard {
pub place_of_supply_scheme: Option<CreateTaxRegistrationCountryOptionsZaStandardPlaceOfSupplyScheme>,
}Expand description
Options for the standard registration.
Fields§
§place_of_supply_scheme: Option<CreateTaxRegistrationCountryOptionsZaStandardPlaceOfSupplyScheme>Place of supply scheme used in an standard registration.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTaxRegistrationCountryOptionsZaStandard
impl Clone for CreateTaxRegistrationCountryOptionsZaStandard
Source§fn clone(&self) -> CreateTaxRegistrationCountryOptionsZaStandard
fn clone(&self) -> CreateTaxRegistrationCountryOptionsZaStandard
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 moreimpl Copy for CreateTaxRegistrationCountryOptionsZaStandard
Auto Trait Implementations§
impl Freeze for CreateTaxRegistrationCountryOptionsZaStandard
impl RefUnwindSafe for CreateTaxRegistrationCountryOptionsZaStandard
impl Send for CreateTaxRegistrationCountryOptionsZaStandard
impl Sync for CreateTaxRegistrationCountryOptionsZaStandard
impl Unpin for CreateTaxRegistrationCountryOptionsZaStandard
impl UnwindSafe for CreateTaxRegistrationCountryOptionsZaStandard
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