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