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