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