[][src]Struct iso20022::head_001_001_02::PostalAddress24

pub struct PostalAddress24 {
    pub adr_line: Vec<String>,
    pub adr_tp: Option<AddressType3Choice>,
    pub bldg_nb: Option<String>,
    pub bldg_nm: Option<String>,
    pub ctry: Option<String>,
    pub ctry_sub_dvsn: Option<String>,
    pub dept: Option<String>,
    pub dstrct_nm: Option<String>,
    pub flr: Option<String>,
    pub pst_bx: Option<String>,
    pub pst_cd: Option<String>,
    pub room: Option<String>,
    pub strt_nm: Option<String>,
    pub sub_dept: Option<String>,
    pub twn_lctn_nm: Option<String>,
    pub twn_nm: Option<String>,
}

Fields

adr_line: Vec<String>adr_tp: Option<AddressType3Choice>bldg_nb: Option<String>bldg_nm: Option<String>ctry: Option<String>ctry_sub_dvsn: Option<String>dept: Option<String>dstrct_nm: Option<String>flr: Option<String>pst_bx: Option<String>pst_cd: Option<String>room: Option<String>strt_nm: Option<String>sub_dept: Option<String>twn_lctn_nm: Option<String>twn_nm: Option<String>

Methods

impl PostalAddress24[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Clone for PostalAddress24[src]

impl Debug for PostalAddress24[src]

impl Default for PostalAddress24[src]

impl Message for PostalAddress24[src]

impl PartialEq<PostalAddress24> for PostalAddress24[src]

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