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