pub struct LogoMeta {
pub symbol: Option<String>,
pub exchange: Option<String>,
}Expand description
LogoMeta : Meta information about the instrument
Fields§
§symbol: Option<String>The ticker symbol of an instrument
exchange: Option<String>The exchange where the instrument is traded (for crypto only)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogoMeta
impl<'de> Deserialize<'de> for LogoMeta
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
impl StructuralPartialEq for LogoMeta
Auto Trait Implementations§
impl Freeze for LogoMeta
impl RefUnwindSafe for LogoMeta
impl Send for LogoMeta
impl Sync for LogoMeta
impl Unpin for LogoMeta
impl UnwindSafe for LogoMeta
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