[][src]Struct wataxrate::Address

pub struct Address {
    pub househigh: Option<u32>,
    pub houselow: Option<u32>,
    pub evenodd: Option<String>,
    pub street: Option<String>,
    pub zip: Option<u32>,
    pub plus4: Option<u32>,
    pub period: Option<String>,
    pub rta: Option<String>,
    pub ptba: Option<String>,
    pub cez: Option<String>,
}

The Address parsed by DOR, returned as part of TaxInfo

Fields

househigh: Option<u32>houselow: Option<u32>evenodd: Option<String>street: Option<String>zip: Option<u32>plus4: Option<u32>period: Option<String>rta: Option<String>ptba: Option<String>cez: Option<String>

Trait Implementations

impl Debug for Address[src]

impl PartialEq<Address> for Address[src]

impl StructuralPartialEq for Address[src]

Auto Trait Implementations

impl RefUnwindSafe for Address

impl Send for Address

impl Sync for Address

impl Unpin for Address

impl UnwindSafe for Address

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.