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