Struct cryptocompare::Dataset [] [src]

pub struct Dataset {
    pub close: f64,
    pub high: f64,
    pub low: f64,
    pub open: f64,
    pub time: i64,
    pub volumefrom: f64,
    pub volumeto: f64,
}

Fields

Trait Implementations

impl Debug for Dataset
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Dataset

impl Sync for Dataset