Struct wex::Info [] [src]

pub struct Info {
    pub server_time: i64,
    pub pairs: HashMap<String, InfoPair>,
}

Fields

Trait Implementations

impl Clone for Info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Info
[src]

[src]

Formats the value using the given formatter.