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