[][src]Struct iso20022::pain_013_001_08::BranchData3

pub struct BranchData3 {
    pub id: Option<String>,
    pub lei: Option<String>,
    pub nm: Option<String>,
    pub pstl_adr: Option<PostalAddress24>,
}

Fields

id: Option<String>lei: Option<String>nm: Option<String>pstl_adr: Option<PostalAddress24>

Methods

impl BranchData3[src]

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

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

impl Debug for BranchData3[src]

impl Default for BranchData3[src]

impl Message for BranchData3[src]

impl PartialEq<BranchData3> for BranchData3[src]

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