[][src]Struct iso20022::pain_013_001_08::TaxParty1

pub struct TaxParty1 {
    pub regn_id: Option<String>,
    pub tax_id: Option<String>,
    pub tax_tp: Option<String>,
}

Fields

regn_id: Option<String>tax_id: Option<String>tax_tp: Option<String>

Methods

impl TaxParty1[src]

pub fn regn_id(&self) -> &str[src]

Returns the value of regn_id, or the default value if regn_id is unset.

pub fn tax_id(&self) -> &str[src]

Returns the value of tax_id, or the default value if tax_id is unset.

pub fn tax_tp(&self) -> &str[src]

Returns the value of tax_tp, or the default value if tax_tp is unset.

Trait Implementations

impl Clone for TaxParty1[src]

impl Debug for TaxParty1[src]

impl Default for TaxParty1[src]

impl Message for TaxParty1[src]

impl PartialEq<TaxParty1> for TaxParty1[src]

impl StructuralPartialEq for TaxParty1[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.