pub struct InstrumentIdentity {
pub ticker: Ticker,
pub name: Option<String>,
pub market: Option<String>,
pub exchange: Option<String>,
pub currency: Option<String>,
pub country: Option<String>,
pub instrument_type: Option<String>,
pub sector: Option<String>,
pub industry: Option<String>,
}Fields§
§ticker: Ticker§name: Option<String>§market: Option<String>§exchange: Option<String>§currency: Option<String>§country: Option<String>§instrument_type: Option<String>§sector: Option<String>§industry: Option<String>Trait Implementations§
Source§impl Clone for InstrumentIdentity
impl Clone for InstrumentIdentity
Source§fn clone(&self) -> InstrumentIdentity
fn clone(&self) -> InstrumentIdentity
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 Debug for InstrumentIdentity
impl Debug for InstrumentIdentity
Source§impl PartialEq for InstrumentIdentity
impl PartialEq for InstrumentIdentity
impl Eq for InstrumentIdentity
impl StructuralPartialEq for InstrumentIdentity
Auto Trait Implementations§
impl Freeze for InstrumentIdentity
impl RefUnwindSafe for InstrumentIdentity
impl Send for InstrumentIdentity
impl Sync for InstrumentIdentity
impl Unpin for InstrumentIdentity
impl UnsafeUnpin for InstrumentIdentity
impl UnwindSafe for InstrumentIdentity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.