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