pub struct CreditorEnrolmentAmendmentReason3 {
pub orgtr: Option<RTPPartyIdentification2>,
pub rsn: CreditorEnrolmentAmendmentReason1Choice,
pub addtl_inf: Option<Vec<String>>,
}Fields§
§orgtr: Option<RTPPartyIdentification2>§rsn: CreditorEnrolmentAmendmentReason1Choice§addtl_inf: Option<Vec<String>>Implementations§
Source§impl CreditorEnrolmentAmendmentReason3
impl CreditorEnrolmentAmendmentReason3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditorEnrolmentAmendmentReason3
impl RefUnwindSafe for CreditorEnrolmentAmendmentReason3
impl Send for CreditorEnrolmentAmendmentReason3
impl Sync for CreditorEnrolmentAmendmentReason3
impl Unpin for CreditorEnrolmentAmendmentReason3
impl UnwindSafe for CreditorEnrolmentAmendmentReason3
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