pub struct CniIndexItem {
pub code: String,
pub name: String,
pub sample_count: f64,
pub close: f64,
pub change_pct: f64,
pub pe_ttm: f64,
pub volume: f64,
pub amount: f64,
pub total_mv: f64,
pub free_circ_mv: f64,
}Expand description
CNIndex overview item.
Fields§
§code: String§name: String§sample_count: f64§close: f64§change_pct: f64§pe_ttm: f64§volume: f64§amount: f64§total_mv: f64§free_circ_mv: f64Trait Implementations§
Source§impl Clone for CniIndexItem
impl Clone for CniIndexItem
Source§fn clone(&self) -> CniIndexItem
fn clone(&self) -> CniIndexItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CniIndexItem
impl Debug for CniIndexItem
Source§impl<'de> Deserialize<'de> for CniIndexItem
impl<'de> Deserialize<'de> for CniIndexItem
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 CniIndexItem
impl RefUnwindSafe for CniIndexItem
impl Send for CniIndexItem
impl Sync for CniIndexItem
impl Unpin for CniIndexItem
impl UnsafeUnpin for CniIndexItem
impl UnwindSafe for CniIndexItem
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