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