[][src]Struct iso20022::head_001_001_02::FinancialInstitutionIdentification18

pub struct FinancialInstitutionIdentification18 {
    pub bicfi: Option<String>,
    pub clr_sys_mmb_id: Option<ClearingSystemMemberIdentification2>,
    pub lei: Option<String>,
    pub nm: Option<String>,
    pub othr: Option<GenericFinancialIdentification1>,
    pub pstl_adr: Option<PostalAddress24>,
}

Fields

bicfi: Option<String>clr_sys_mmb_id: Option<ClearingSystemMemberIdentification2>lei: Option<String>nm: Option<String>othr: Option<GenericFinancialIdentification1>pstl_adr: Option<PostalAddress24>

Methods

impl FinancialInstitutionIdentification18[src]

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

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

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

Returns the value of lei, or the default value if lei 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 FinancialInstitutionIdentification18[src]

impl Debug for FinancialInstitutionIdentification18[src]

impl Default for FinancialInstitutionIdentification18[src]

impl Message for FinancialInstitutionIdentification18[src]

impl PartialEq<FinancialInstitutionIdentification18> for FinancialInstitutionIdentification18[src]

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