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