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