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