pub struct TradingInstrumentTradingInstrumentDescriptionDescription {
pub asset_type: TradingInstrumentTradingInstrumentDescriptionDescriptionAssetType,
pub security_id: String,
pub security_id_type: TradingInstrumentTradingInstrumentDescriptionDescriptionSecurityIdType,
}Fields§
§asset_type: TradingInstrumentTradingInstrumentDescriptionDescriptionAssetType- Example:
"STK"
security_id: String- Example:
"459200101".to_string()
security_id_type: TradingInstrumentTradingInstrumentDescriptionDescriptionSecurityIdType- Example:
"ISIN"
Trait Implementations§
Source§impl Clone for TradingInstrumentTradingInstrumentDescriptionDescription
impl Clone for TradingInstrumentTradingInstrumentDescriptionDescription
Source§fn clone(&self) -> TradingInstrumentTradingInstrumentDescriptionDescription
fn clone(&self) -> TradingInstrumentTradingInstrumentDescriptionDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for TradingInstrumentTradingInstrumentDescriptionDescription
impl PartialEq for TradingInstrumentTradingInstrumentDescriptionDescription
Source§fn eq(
&self,
other: &TradingInstrumentTradingInstrumentDescriptionDescription,
) -> bool
fn eq( &self, other: &TradingInstrumentTradingInstrumentDescriptionDescription, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for TradingInstrumentTradingInstrumentDescriptionDescription
impl<'v_a> ValidateArgs<'v_a> for TradingInstrumentTradingInstrumentDescriptionDescription
impl StructuralPartialEq for TradingInstrumentTradingInstrumentDescriptionDescription
Auto Trait Implementations§
impl Freeze for TradingInstrumentTradingInstrumentDescriptionDescription
impl RefUnwindSafe for TradingInstrumentTradingInstrumentDescriptionDescription
impl Send for TradingInstrumentTradingInstrumentDescriptionDescription
impl Sync for TradingInstrumentTradingInstrumentDescriptionDescription
impl Unpin for TradingInstrumentTradingInstrumentDescriptionDescription
impl UnsafeUnpin for TradingInstrumentTradingInstrumentDescriptionDescription
impl UnwindSafe for TradingInstrumentTradingInstrumentDescriptionDescription
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