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 ResultTrades
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ResultTrades
[src]
impl PartialEq for ResultTrades
fn eq(&self, other: &ResultTrades) -> bool
[src]
fn eq(&self, other: &ResultTrades) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ResultTrades
impl Send for ResultTrades
impl Sync for ResultTrades
impl Sync for ResultTrades