pub struct InstrumentAndSubClassIdentification2 {
pub isin: String,
pub deriv_sub_clss: Option<NonEquitySubClass1>,
pub fin_instrm_clssfctn: Option<NonEquityInstrumentReportingClassification1Code>,
}Fields§
§isin: String§deriv_sub_clss: Option<NonEquitySubClass1>§fin_instrm_clssfctn: Option<NonEquityInstrumentReportingClassification1Code>Implementations§
Source§impl InstrumentAndSubClassIdentification2
impl InstrumentAndSubClassIdentification2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InstrumentAndSubClassIdentification2
impl RefUnwindSafe for InstrumentAndSubClassIdentification2
impl Send for InstrumentAndSubClassIdentification2
impl Sync for InstrumentAndSubClassIdentification2
impl Unpin for InstrumentAndSubClassIdentification2
impl UnwindSafe for InstrumentAndSubClassIdentification2
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