Struct wex::InfoPair [] [src]

pub struct InfoPair {
    pub decimal_places: u32,
    pub min_price: f64,
    pub max_price: f64,
    pub min_amount: f64,
    pub hidden: u32,
    pub fee: f64,
}

Fields

Trait Implementations

impl Clone for InfoPair
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InfoPair
[src]

[src]

Formats the value using the given formatter.