pub struct InstrumentIdentification6Choice {
pub isin: Option<String>,
pub altrntv_instrm_id: Option<String>,
pub unq_pdct_idr: Option<UniqueProductIdentifier1Choice>,
pub othr_id: Option<GenericIdentification184>,
}Fields§
§isin: Option<String>§altrntv_instrm_id: Option<String>§unq_pdct_idr: Option<UniqueProductIdentifier1Choice>§othr_id: Option<GenericIdentification184>Implementations§
Source§impl InstrumentIdentification6Choice
impl InstrumentIdentification6Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InstrumentIdentification6Choice
impl RefUnwindSafe for InstrumentIdentification6Choice
impl Send for InstrumentIdentification6Choice
impl Sync for InstrumentIdentification6Choice
impl Unpin for InstrumentIdentification6Choice
impl UnwindSafe for InstrumentIdentification6Choice
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