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