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 ResultSpreadfn 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 ResultSpread[src]
impl PartialEq for ResultSpreadfn eq(&self, other: &ResultSpread) -> bool[src]
fn eq(&self, other: &ResultSpread) -> boolThis 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) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ResultSpread
impl Send for ResultSpreadimpl Sync for ResultSpread
impl Sync for ResultSpread