pub enum TaxSettingsStatus {
Active,
Pending,
}
Expand description
The status of the Tax Settings
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TaxSettingsStatus
impl Clone for TaxSettingsStatus
Source§fn clone(&self) -> TaxSettingsStatus
fn clone(&self) -> TaxSettingsStatus
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 Debug for TaxSettingsStatus
impl Debug for TaxSettingsStatus
Source§impl Deserialize for TaxSettingsStatus
impl Deserialize for TaxSettingsStatus
Source§impl Display for TaxSettingsStatus
impl Display for TaxSettingsStatus
Source§impl FromStr for TaxSettingsStatus
impl FromStr for TaxSettingsStatus
Source§impl FromValueOpt for TaxSettingsStatus
impl FromValueOpt for TaxSettingsStatus
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TaxSettingsStatus
impl PartialEq for TaxSettingsStatus
impl Copy for TaxSettingsStatus
impl Eq for TaxSettingsStatus
impl StructuralPartialEq for TaxSettingsStatus
Auto Trait Implementations§
impl Freeze for TaxSettingsStatus
impl RefUnwindSafe for TaxSettingsStatus
impl Send for TaxSettingsStatus
impl Sync for TaxSettingsStatus
impl Unpin for TaxSettingsStatus
impl UnwindSafe for TaxSettingsStatus
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