[][src]Struct iso20022::head_001_001_02::PartyIdentification135

pub struct PartyIdentification135 {
    pub ctct_dtls: Option<Contact4>,
    pub ctry_of_res: Option<String>,
    pub id: Option<Party38Choice>,
    pub nm: Option<String>,
    pub pstl_adr: Option<PostalAddress24>,
}

Fields

ctct_dtls: Option<Contact4>ctry_of_res: Option<String>id: Option<Party38Choice>nm: Option<String>pstl_adr: Option<PostalAddress24>

Methods

impl PartyIdentification135[src]

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

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

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

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

Trait Implementations

impl Clone for PartyIdentification135[src]

impl Debug for PartyIdentification135[src]

impl Default for PartyIdentification135[src]

impl Message for PartyIdentification135[src]

impl PartialEq<PartyIdentification135> for PartyIdentification135[src]

impl StructuralPartialEq for PartyIdentification135[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.