Struct amazon_sp_orders::models::tax_collection::TaxCollection
source · [−]pub struct TaxCollection {
pub model: Option<Model>,
pub responsible_party: Option<ResponsibleParty>,
}Expand description
TaxCollection : Information about withheld taxes.
Fields
model: Option<Model>The tax collection model applied to the item.
responsible_party: Option<ResponsibleParty>The party responsible for withholding the taxes and remitting them to the taxing authority.
Implementations
sourceimpl TaxCollection
impl TaxCollection
sourcepub fn new() -> TaxCollection
pub fn new() -> TaxCollection
Information about withheld taxes.
Trait Implementations
sourceimpl Clone for TaxCollection
impl Clone for TaxCollection
sourcefn clone(&self) -> TaxCollection
fn clone(&self) -> TaxCollection
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 TaxCollection
impl Debug for TaxCollection
sourceimpl Default for TaxCollection
impl Default for TaxCollection
sourcefn default() -> TaxCollection
fn default() -> TaxCollection
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TaxCollection
impl<'de> Deserialize<'de> for TaxCollection
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<TaxCollection> for TaxCollection
impl PartialEq<TaxCollection> for TaxCollection
sourcefn eq(&self, other: &TaxCollection) -> bool
fn eq(&self, other: &TaxCollection) -> bool
sourceimpl Serialize for TaxCollection
impl Serialize for TaxCollection
impl StructuralPartialEq for TaxCollection
Auto Trait Implementations
impl RefUnwindSafe for TaxCollection
impl Send for TaxCollection
impl Sync for TaxCollection
impl Unpin for TaxCollection
impl UnwindSafe for TaxCollection
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