pub struct ClearingExceptionOrExemption3Choice {
pub rsn: Option<NoReasonCode>,
pub ctr_pties: Option<ClearingExceptionOrExemption2>,
}Fields§
§rsn: Option<NoReasonCode>§ctr_pties: Option<ClearingExceptionOrExemption2>Implementations§
Source§impl ClearingExceptionOrExemption3Choice
impl ClearingExceptionOrExemption3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ClearingExceptionOrExemption3Choice
impl RefUnwindSafe for ClearingExceptionOrExemption3Choice
impl Send for ClearingExceptionOrExemption3Choice
impl Sync for ClearingExceptionOrExemption3Choice
impl Unpin for ClearingExceptionOrExemption3Choice
impl UnwindSafe for ClearingExceptionOrExemption3Choice
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