Struct eu_vat_id::VATID[][src]

pub struct VATID {
    pub state_iso: String,
    pub local_vat_id: String,
}

Struct containing VAT ID and some information about it

Fields

Trait Implementations

impl Debug for VATID
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VATID
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for VATID

impl Sync for VATID