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