pub enum TaxCodeConfigType {
UserDefined,
SystemGenerated,
}Variants§
Trait Implementations§
Source§impl Clone for TaxCodeConfigType
impl Clone for TaxCodeConfigType
Source§fn clone(&self) -> TaxCodeConfigType
fn clone(&self) -> TaxCodeConfigType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TaxCodeConfigType
impl Debug for TaxCodeConfigType
Source§impl<'de> Deserialize<'de> for TaxCodeConfigType
impl<'de> Deserialize<'de> for TaxCodeConfigType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TaxCodeConfigType
impl PartialEq for TaxCodeConfigType
Source§fn eq(&self, other: &TaxCodeConfigType) -> bool
fn eq(&self, other: &TaxCodeConfigType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TaxCodeConfigType
impl Serialize for TaxCodeConfigType
impl StructuralPartialEq for TaxCodeConfigType
Auto Trait Implementations§
impl Freeze for TaxCodeConfigType
impl RefUnwindSafe for TaxCodeConfigType
impl Send for TaxCodeConfigType
impl Sync for TaxCodeConfigType
impl Unpin for TaxCodeConfigType
impl UnsafeUnpin for TaxCodeConfigType
impl UnwindSafe for TaxCodeConfigType
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