Struct lib::kraken::ResultTradesEntry [−][src]
pub struct ResultTradesEntry(_, _, _, _, _, _);
Trait Implementations
impl Debug for ResultTradesEntry[src]
impl Debug for ResultTradesEntryfn 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 ResultTradesEntry[src]
impl PartialEq for ResultTradesEntryfn eq(&self, other: &ResultTradesEntry) -> bool[src]
fn eq(&self, other: &ResultTradesEntry) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ResultTradesEntry) -> bool[src]
fn ne(&self, other: &ResultTradesEntry) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ResultTradesEntry
impl Send for ResultTradesEntryimpl Sync for ResultTradesEntry
impl Sync for ResultTradesEntry