Expand description
TaxWithholdingPeriod : Period which taxwithholding on seller’s account is calculated.
Fields
start_date: Option<String>end_date: Option<String>Implementations
sourceimpl TaxWithholdingPeriod
impl TaxWithholdingPeriod
sourcepub fn new() -> TaxWithholdingPeriod
pub fn new() -> TaxWithholdingPeriod
Period which taxwithholding on seller’s account is calculated.
Trait Implementations
sourceimpl Clone for TaxWithholdingPeriod
impl Clone for TaxWithholdingPeriod
sourcefn clone(&self) -> TaxWithholdingPeriod
fn clone(&self) -> TaxWithholdingPeriod
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 TaxWithholdingPeriod
impl Debug for TaxWithholdingPeriod
sourceimpl Default for TaxWithholdingPeriod
impl Default for TaxWithholdingPeriod
sourcefn default() -> TaxWithholdingPeriod
fn default() -> TaxWithholdingPeriod
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TaxWithholdingPeriod
impl<'de> Deserialize<'de> for TaxWithholdingPeriod
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<TaxWithholdingPeriod> for TaxWithholdingPeriod
impl PartialEq<TaxWithholdingPeriod> for TaxWithholdingPeriod
sourcefn eq(&self, other: &TaxWithholdingPeriod) -> bool
fn eq(&self, other: &TaxWithholdingPeriod) -> bool
sourceimpl Serialize for TaxWithholdingPeriod
impl Serialize for TaxWithholdingPeriod
impl StructuralPartialEq for TaxWithholdingPeriod
Auto Trait Implementations
impl RefUnwindSafe for TaxWithholdingPeriod
impl Send for TaxWithholdingPeriod
impl Sync for TaxWithholdingPeriod
impl Unpin for TaxWithholdingPeriod
impl UnwindSafe for TaxWithholdingPeriod
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