pub struct GroupHeader104 {
pub msg_id: String,
pub cre_dt_tm: String,
pub nb_of_sttlm_reqs: String,
pub ctrl_sum: Option<f64>,
pub sttlm_inf: Option<SettlementInstruction14>,
}Fields§
§msg_id: String§cre_dt_tm: String§nb_of_sttlm_reqs: String§ctrl_sum: Option<f64>§sttlm_inf: Option<SettlementInstruction14>Implementations§
Source§impl GroupHeader104
impl GroupHeader104
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GroupHeader104
impl RefUnwindSafe for GroupHeader104
impl Send for GroupHeader104
impl Sync for GroupHeader104
impl Unpin for GroupHeader104
impl UnwindSafe for GroupHeader104
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