Struct lib::kraken::ResultTrades[][src]

pub struct ResultTrades {
    pub data: Vec<ResultTradesEntry>,
    pub last: String,
}

Fields

Trait Implementations

impl Debug for ResultTrades
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ResultTrades
[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