pub struct ReferenceTickersResponseTickerV3 {
pub ticker: String,
pub name: String,
pub market: String,
pub locale: String,
pub primary_exchange: String,
pub ticker_type: Option<String>,
pub active: bool,
pub currency_name: String,
pub cik: Option<String>,
pub composite_figi: Option<String>,
pub share_class_figi: Option<String>,
pub last_updated_utc: String,
}
Fields§
§ticker: String
§name: String
§market: String
§locale: String
§primary_exchange: String
§ticker_type: Option<String>
§active: bool
§currency_name: String
§cik: Option<String>
§composite_figi: Option<String>
§last_updated_utc: String
Trait Implementations§
Source§impl Clone for ReferenceTickersResponseTickerV3
impl Clone for ReferenceTickersResponseTickerV3
Source§fn clone(&self) -> ReferenceTickersResponseTickerV3
fn clone(&self) -> ReferenceTickersResponseTickerV3
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<'de> Deserialize<'de> for ReferenceTickersResponseTickerV3
impl<'de> Deserialize<'de> for ReferenceTickersResponseTickerV3
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ReferenceTickersResponseTickerV3
impl RefUnwindSafe for ReferenceTickersResponseTickerV3
impl Send for ReferenceTickersResponseTickerV3
impl Sync for ReferenceTickersResponseTickerV3
impl Unpin for ReferenceTickersResponseTickerV3
impl UnwindSafe for ReferenceTickersResponseTickerV3
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