Struct lib::kraken::ResultSpread [−][src]
pub struct ResultSpread { pub data: Vec<ResultSpreadTimeAskBid>, pub last: i64, }
Fields
data: Vec<ResultSpreadTimeAskBid>
last: i64
Trait Implementations
impl Debug for ResultSpread
[src]
impl Debug for ResultSpread
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 ResultSpread
[src]
impl PartialEq for ResultSpread
fn eq(&self, other: &ResultSpread) -> bool
[src]
fn eq(&self, other: &ResultSpread) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ResultSpread) -> bool
[src]
fn ne(&self, other: &ResultSpread) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ResultSpread
impl Send for ResultSpread
impl Sync for ResultSpread
impl Sync for ResultSpread