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