[][src]Struct iso20022::pain_013_001_08::OrganisationIdentification29

pub struct OrganisationIdentification29 {
    pub any_bic: Option<String>,
    pub lei: Option<String>,
    pub othr: Vec<GenericOrganisationIdentification1>,
}

Fields

any_bic: Option<String>lei: Option<String>othr: Vec<GenericOrganisationIdentification1>

Methods

impl OrganisationIdentification29[src]

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

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

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

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

Trait Implementations

impl Clone for OrganisationIdentification29[src]

impl Debug for OrganisationIdentification29[src]

impl Default for OrganisationIdentification29[src]

impl Message for OrganisationIdentification29[src]

impl PartialEq<OrganisationIdentification29> for OrganisationIdentification29[src]

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