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