pub struct TaxRateDetail {
pub tax_rate_ref: NtRef,
pub tax_type_applicable: Option<TaxTypeApplicable>,
pub tax_order: Option<i32>,
}Fields§
§tax_rate_ref: NtRef§tax_type_applicable: Option<TaxTypeApplicable>§tax_order: Option<i32>Trait Implementations§
Source§impl Clone for TaxRateDetail
impl Clone for TaxRateDetail
Source§fn clone(&self) -> TaxRateDetail
fn clone(&self) -> TaxRateDetail
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 TaxRateDetail
impl Debug for TaxRateDetail
Source§impl Default for TaxRateDetail
impl Default for TaxRateDetail
Source§fn default() -> TaxRateDetail
fn default() -> TaxRateDetail
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaxRateDetail
impl<'de> Deserialize<'de> for TaxRateDetail
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 TaxRateDetail
impl PartialEq for TaxRateDetail
Source§fn eq(&self, other: &TaxRateDetail) -> bool
fn eq(&self, other: &TaxRateDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TaxRateDetail
impl Serialize for TaxRateDetail
impl StructuralPartialEq for TaxRateDetail
Auto Trait Implementations§
impl Freeze for TaxRateDetail
impl RefUnwindSafe for TaxRateDetail
impl Send for TaxRateDetail
impl Sync for TaxRateDetail
impl Unpin for TaxRateDetail
impl UnsafeUnpin for TaxRateDetail
impl UnwindSafe for TaxRateDetail
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