//!//! The time GET response.
//!useserde::Deserialize;////// The `https://www.binance.com/api/v3/time` GET response.
///#[derive(Debug, Deserialize, Clone)]#[serde(rename_all ="camelCase")]pubstructResponse{/// The server time in milliseconds since Unix epoch.
pubserver_time:i64,
}