pub struct TaxProductResourceTaxSettingsStatusDetails {
pub active: Option<TaxProductResourceTaxSettingsStatusDetailsResourceActive>,
pub pending: Option<TaxProductResourceTaxSettingsStatusDetailsResourcePending>,
}Fields§
§active: Option<TaxProductResourceTaxSettingsStatusDetailsResourceActive>§pending: Option<TaxProductResourceTaxSettingsStatusDetailsResourcePending>Trait Implementations§
Source§impl Clone for TaxProductResourceTaxSettingsStatusDetails
impl Clone for TaxProductResourceTaxSettingsStatusDetails
Source§fn clone(&self) -> TaxProductResourceTaxSettingsStatusDetails
fn clone(&self) -> TaxProductResourceTaxSettingsStatusDetails
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 TaxProductResourceTaxSettingsStatusDetails
impl FromValueOpt for TaxProductResourceTaxSettingsStatusDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxSettingsStatusDetails
impl RefUnwindSafe for TaxProductResourceTaxSettingsStatusDetails
impl Send for TaxProductResourceTaxSettingsStatusDetails
impl Sync for TaxProductResourceTaxSettingsStatusDetails
impl Unpin for TaxProductResourceTaxSettingsStatusDetails
impl UnwindSafe for TaxProductResourceTaxSettingsStatusDetails
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