Struct wex::Info[][src]

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

Fields

Trait Implementations

impl Clone for Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Info
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Info

impl Sync for Info