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 ResultAssetsfn 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 ResultAssets[src]
impl PartialEq for ResultAssetsfn eq(&self, other: &ResultAssets) -> bool[src]
fn eq(&self, other: &ResultAssets) -> boolThis 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) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ResultAssets
impl Send for ResultAssetsimpl Sync for ResultAssets
impl Sync for ResultAssets