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