Struct lib::kraken::ResultTicker [−][src]
pub struct ResultTicker { pub a: Vec<String>, pub b: Vec<String>, pub c: Vec<String>, pub v: Vec<String>, pub p: Vec<String>, pub t: Vec<i64>, pub l: Vec<String>, pub h: Vec<String>, pub o: String, }
Fields
a: Vec<String>
b: Vec<String>
c: Vec<String>
v: Vec<String>
p: Vec<String>
t: Vec<i64>
l: Vec<String>
h: Vec<String>
o: String
Trait Implementations
impl Debug for ResultTicker
[src]
impl Debug for ResultTicker
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 ResultTicker
[src]
impl PartialEq for ResultTicker
fn eq(&self, other: &ResultTicker) -> bool
[src]
fn eq(&self, other: &ResultTicker) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ResultTicker) -> bool
[src]
fn ne(&self, other: &ResultTicker) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ResultTicker
impl Send for ResultTicker
impl Sync for ResultTicker
impl Sync for ResultTicker