Struct coinbase_api::ServerTime[][src]

pub struct ServerTime {
    pub iso: DateTime<Utc>,
    pub epoch: f64,
}

Time of the API server.

Fields

Trait Implementations

impl Debug for ServerTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ServerTime

impl Sync for ServerTime