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