Struct lib::kraken::ResultDepth[][src]

pub struct ResultDepth {
    pub asks: Vec<ResultDepthEntry>,
    pub bids: Vec<ResultDepthEntry>,
}

Fields

Trait Implementations

impl Debug for ResultDepth
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ResultDepth
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ResultDepth

impl Sync for ResultDepth