Struct lib::kraken::ResultTime[][src]

pub struct ResultTime {
    pub rfc1123: String,
    pub unixtime: i64,
}

Fields

Trait Implementations

impl Debug for ResultTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResultTime

impl Sync for ResultTime