Struct coinbase_client::public_client::Time [−][src]
Expand description
a structure that represents the API server time.
Fields
iso: DateTime<Utc>epoch: f64Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Timeimpl UnwindSafe for Time