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