Struct fcoin::SymbolDescription[][src]

pub struct SymbolDescription {
    pub name: String,
    pub base_currency: String,
    pub quote_currency: String,
    pub price_decimal: u8,
    pub amount_decimal: u8,
}

Fields

Trait Implementations

impl Debug for SymbolDescription
[src]

Formats the value using the given formatter. Read more

impl Eq for SymbolDescription
[src]

impl PartialEq for SymbolDescription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations