pub struct GroupHeader119 {
pub msg_id: String,
pub cre_dt_tm: String,
pub nb_of_txs: String,
pub ctrl_sum: Option<f64>,
pub instg_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub instd_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§msg_id: String§cre_dt_tm: String§nb_of_txs: String§ctrl_sum: Option<f64>§instg_agt: Option<BranchAndFinancialInstitutionIdentification8>§instd_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl GroupHeader119
impl GroupHeader119
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader119
impl RefUnwindSafe for GroupHeader119
impl Send for GroupHeader119
impl Sync for GroupHeader119
impl Unpin for GroupHeader119
impl UnwindSafe for GroupHeader119
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more