pub struct Cleared23Choice {
pub clrd: Option<ClearingPartyAndTime21Choice>,
pub intnd_to_clear: Option<ClearingPartyAndTime22Choice>,
pub non_clrd: Option<ClearingExceptionOrExemption3Choice>,
}Fields§
§clrd: Option<ClearingPartyAndTime21Choice>§intnd_to_clear: Option<ClearingPartyAndTime22Choice>§non_clrd: Option<ClearingExceptionOrExemption3Choice>Implementations§
Source§impl Cleared23Choice
impl Cleared23Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Cleared23Choice
impl RefUnwindSafe for Cleared23Choice
impl Send for Cleared23Choice
impl Sync for Cleared23Choice
impl Unpin for Cleared23Choice
impl UnwindSafe for Cleared23Choice
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