[][src]Struct iso20022::pain_014_001_08::OriginalGroupInformation30

pub struct OriginalGroupInformation30 {
    pub grp_sts: Option<String>,
    pub nb_of_txs_per_sts: Vec<NumberOfTransactionsPerStatus5>,
    pub orgnl_cre_dt_tm: Option<i64>,
    pub orgnl_ctrl_sum: Option<f64>,
    pub orgnl_msg_id: String,
    pub orgnl_msg_nm_id: String,
    pub orgnl_nb_of_txs: Option<String>,
    pub sts_rsn_inf: Vec<StatusReasonInformation12>,
}

Fields

grp_sts: Option<String>nb_of_txs_per_sts: Vec<NumberOfTransactionsPerStatus5>orgnl_cre_dt_tm: Option<i64>orgnl_ctrl_sum: Option<f64>orgnl_msg_id: Stringorgnl_msg_nm_id: Stringorgnl_nb_of_txs: Option<String>sts_rsn_inf: Vec<StatusReasonInformation12>

Methods

impl OriginalGroupInformation30[src]

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

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

pub fn orgnl_cre_dt_tm(&self) -> i64[src]

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

pub fn orgnl_ctrl_sum(&self) -> f64[src]

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

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

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

Trait Implementations

impl Clone for OriginalGroupInformation30[src]

impl Debug for OriginalGroupInformation30[src]

impl Default for OriginalGroupInformation30[src]

impl Message for OriginalGroupInformation30[src]

impl PartialEq<OriginalGroupInformation30> for OriginalGroupInformation30[src]

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