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