Struct lib::kraken::ResultTrades [−][src]
pub struct ResultTrades {
pub data: Vec<ResultTradesEntry>,
pub last: String,
}Fields
data: Vec<ResultTradesEntry>
last: String
Trait Implementations
impl Debug for ResultTrades[src]
impl Debug for ResultTradesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ResultTrades[src]
impl PartialEq for ResultTradesfn eq(&self, other: &ResultTrades) -> bool[src]
fn eq(&self, other: &ResultTrades) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ResultTrades) -> bool[src]
fn ne(&self, other: &ResultTrades) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ResultTrades
impl Send for ResultTradesimpl Sync for ResultTrades
impl Sync for ResultTrades