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