pub struct CreditorEnrolmentAmendment5 {
pub orgnl_biz_instr: Option<OriginalBusinessInstruction1>,
pub amdmnt_rsn: Option<CreditorEnrolmentAmendmentReason3>,
pub amdmnt: CreditorEnrolmentAmendment6,
pub orgnl_enrlmnt: OriginalEnrolment3Choice,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§orgnl_biz_instr: Option<OriginalBusinessInstruction1>§amdmnt_rsn: Option<CreditorEnrolmentAmendmentReason3>§amdmnt: CreditorEnrolmentAmendment6§orgnl_enrlmnt: OriginalEnrolment3Choice§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl CreditorEnrolmentAmendment5
impl CreditorEnrolmentAmendment5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditorEnrolmentAmendment5
impl RefUnwindSafe for CreditorEnrolmentAmendment5
impl Send for CreditorEnrolmentAmendment5
impl Sync for CreditorEnrolmentAmendment5
impl Unpin for CreditorEnrolmentAmendment5
impl UnwindSafe for CreditorEnrolmentAmendment5
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