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