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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InfoPair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InfoPair

impl Sync for InfoPair