pub enum CreateTaxRegistrationCountryOptionsTwType {
Simplified,
}Expand description
Type of registration to be created in country.
Variants§
Simplified
Implementations§
Trait Implementations§
Source§impl Clone for CreateTaxRegistrationCountryOptionsTwType
impl Clone for CreateTaxRegistrationCountryOptionsTwType
Source§fn clone(&self) -> CreateTaxRegistrationCountryOptionsTwType
fn clone(&self) -> CreateTaxRegistrationCountryOptionsTwType
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 PartialEq for CreateTaxRegistrationCountryOptionsTwType
impl PartialEq for CreateTaxRegistrationCountryOptionsTwType
Source§fn eq(&self, other: &CreateTaxRegistrationCountryOptionsTwType) -> bool
fn eq(&self, other: &CreateTaxRegistrationCountryOptionsTwType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateTaxRegistrationCountryOptionsTwType
impl Eq for CreateTaxRegistrationCountryOptionsTwType
impl StructuralPartialEq for CreateTaxRegistrationCountryOptionsTwType
Auto Trait Implementations§
impl Freeze for CreateTaxRegistrationCountryOptionsTwType
impl RefUnwindSafe for CreateTaxRegistrationCountryOptionsTwType
impl Send for CreateTaxRegistrationCountryOptionsTwType
impl Sync for CreateTaxRegistrationCountryOptionsTwType
impl Unpin for CreateTaxRegistrationCountryOptionsTwType
impl UnwindSafe for CreateTaxRegistrationCountryOptionsTwType
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