pub struct TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods {
pub standard: Option<TaxProductRegistrationsResourceCountryOptionsDefaultStandard>,
pub type_: TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoodsType,
}Fields§
§standard: Option<TaxProductRegistrationsResourceCountryOptionsDefaultStandard>§type_: TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoodsTypeType of registration in country.
Trait Implementations§
Source§impl Clone for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl Clone for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
Source§fn clone(
&self,
) -> TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
fn clone( &self, ) -> TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
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 TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl FromValueOpt for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
fn from_value(v: Value) -> Option<Self>
impl Copy for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
Auto Trait Implementations§
impl Freeze for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl RefUnwindSafe for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl Send for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl Sync for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl Unpin for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
impl UnwindSafe for TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods
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