Expand description
TaxClassification : The tax classification for the order.
Fields
name: Option<String>The type of tax.
value: Option<String>The buyer’s tax identifier.
Implementations
sourceimpl TaxClassification
impl TaxClassification
sourcepub fn new() -> TaxClassification
pub fn new() -> TaxClassification
The tax classification for the order.
Trait Implementations
sourceimpl Clone for TaxClassification
impl Clone for TaxClassification
sourcefn clone(&self) -> TaxClassification
fn clone(&self) -> TaxClassification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TaxClassification
impl Debug for TaxClassification
sourceimpl Default for TaxClassification
impl Default for TaxClassification
sourcefn default() -> TaxClassification
fn default() -> TaxClassification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TaxClassification
impl<'de> Deserialize<'de> for TaxClassification
sourcefn 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
sourceimpl PartialEq<TaxClassification> for TaxClassification
impl PartialEq<TaxClassification> for TaxClassification
sourcefn eq(&self, other: &TaxClassification) -> bool
fn eq(&self, other: &TaxClassification) -> bool
sourceimpl Serialize for TaxClassification
impl Serialize for TaxClassification
impl StructuralPartialEq for TaxClassification
Auto Trait Implementations
impl RefUnwindSafe for TaxClassification
impl Send for TaxClassification
impl Sync for TaxClassification
impl Unpin for TaxClassification
impl UnwindSafe for TaxClassification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more