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