[][src]Struct wataxrate::TaxInfo

pub struct TaxInfo {
    pub loccode: i32,
    pub rate: f32,
    pub code: Code,
    pub localrate: f32,
    pub debughint: Option<String>,
    pub address: Option<Address>,
    pub taxrate: Option<TaxRate>,
}

Tax Info provided by WA State DOR

See the DOR website for specifics.

Fields

loccode: i32rate: f32code: Codelocalrate: f32debughint: Option<String>address: Option<Address>taxrate: Option<TaxRate>

Trait Implementations

impl Debug for TaxInfo[src]

impl PartialEq<TaxInfo> for TaxInfo[src]

impl StructuralPartialEq for TaxInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for TaxInfo

impl Send for TaxInfo

impl Sync for TaxInfo

impl Unpin for TaxInfo

impl UnwindSafe for TaxInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.