pub struct CreateTaxRegistrationCountryOptionsTw {
pub type_: CreateTaxRegistrationCountryOptionsTwType,
}Expand description
Options for the registration in TW.
Fields§
§type_: CreateTaxRegistrationCountryOptionsTwTypeType of registration to be created in country.
Implementations§
Source§impl CreateTaxRegistrationCountryOptionsTw
impl CreateTaxRegistrationCountryOptionsTw
pub fn new(type_: impl Into<CreateTaxRegistrationCountryOptionsTwType>) -> Self
Trait Implementations§
Source§impl Clone for CreateTaxRegistrationCountryOptionsTw
impl Clone for CreateTaxRegistrationCountryOptionsTw
Source§fn clone(&self) -> CreateTaxRegistrationCountryOptionsTw
fn clone(&self) -> CreateTaxRegistrationCountryOptionsTw
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 CreateTaxRegistrationCountryOptionsTw
Auto Trait Implementations§
impl Freeze for CreateTaxRegistrationCountryOptionsTw
impl RefUnwindSafe for CreateTaxRegistrationCountryOptionsTw
impl Send for CreateTaxRegistrationCountryOptionsTw
impl Sync for CreateTaxRegistrationCountryOptionsTw
impl Unpin for CreateTaxRegistrationCountryOptionsTw
impl UnwindSafe for CreateTaxRegistrationCountryOptionsTw
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