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