pub struct CurrencyControlHeader7 {
pub msg_id: String,
pub cre_dt_tm: String,
pub nb_of_itms: String,
pub rcvg_pty: PartyIdentification272,
pub regn_agt: BranchAndFinancialInstitutionIdentification8,
}Fields§
§msg_id: String§cre_dt_tm: String§nb_of_itms: String§rcvg_pty: PartyIdentification272§regn_agt: BranchAndFinancialInstitutionIdentification8Implementations§
Source§impl CurrencyControlHeader7
impl CurrencyControlHeader7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CurrencyControlHeader7
impl RefUnwindSafe for CurrencyControlHeader7
impl Send for CurrencyControlHeader7
impl Sync for CurrencyControlHeader7
impl Unpin for CurrencyControlHeader7
impl UnwindSafe for CurrencyControlHeader7
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