pub struct MarketCap {
pub meta: Option<Box<MarketCapMeta>>,
pub market_cap: Option<Vec<MarketCapMarketCapInner>>,
}Fields§
§meta: Option<Box<MarketCapMeta>>§market_cap: Option<Vec<MarketCapMarketCapInner>>Market capitalization values
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MarketCap
impl<'de> Deserialize<'de> for MarketCap
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 MarketCap
Auto Trait Implementations§
impl Freeze for MarketCap
impl RefUnwindSafe for MarketCap
impl Send for MarketCap
impl Sync for MarketCap
impl Unpin for MarketCap
impl UnwindSafe for MarketCap
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