pub struct SalesTaxWrapper {
pub items: Vec<SalesTax>,
}Expand description
Wrapper for sales tax section
Fields§
§items: Vec<SalesTax>List of sales tax entries
Trait Implementations§
Source§impl Clone for SalesTaxWrapper
impl Clone for SalesTaxWrapper
Source§fn clone(&self) -> SalesTaxWrapper
fn clone(&self) -> SalesTaxWrapper
Returns a duplicate of the value. Read more
1.0.0 · 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 SalesTaxWrapper
impl Debug for SalesTaxWrapper
Source§impl Default for SalesTaxWrapper
impl Default for SalesTaxWrapper
Source§fn default() -> SalesTaxWrapper
fn default() -> SalesTaxWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SalesTaxWrapper
impl<'de> Deserialize<'de> for SalesTaxWrapper
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 SalesTaxWrapper
impl PartialEq for SalesTaxWrapper
Source§impl Serialize for SalesTaxWrapper
impl Serialize for SalesTaxWrapper
impl StructuralPartialEq for SalesTaxWrapper
Auto Trait Implementations§
impl Freeze for SalesTaxWrapper
impl RefUnwindSafe for SalesTaxWrapper
impl Send for SalesTaxWrapper
impl Sync for SalesTaxWrapper
impl Unpin for SalesTaxWrapper
impl UnwindSafe for SalesTaxWrapper
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