Struct bitmask_core::data::structs::AssetResponse
source · pub struct AssetResponse {Show 14 fields
pub genesis: String,
pub id: String,
pub ticker: String,
pub name: String,
pub description: Option<String>,
pub known_circulating: u64,
pub is_issued_known: Option<String>,
pub issue_limit: u64,
pub chain: String,
pub decimal_precision: u32,
pub date: String,
pub known_issues: Vec<Issue>,
pub known_inflation: Inflation,
pub known_allocations: Vec<Allocation>,
}Fields§
§genesis: String§id: String§ticker: String§name: String§description: Option<String>§known_circulating: u64§is_issued_known: Option<String>§issue_limit: u64§chain: String§decimal_precision: u32§date: String§known_issues: Vec<Issue>§known_inflation: Inflation§known_allocations: Vec<Allocation>Trait Implementations§
source§impl Clone for AssetResponse
impl Clone for AssetResponse
source§fn clone(&self) -> AssetResponse
fn clone(&self) -> AssetResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AssetResponse
impl Debug for AssetResponse
source§impl<'de> Deserialize<'de> for AssetResponse
impl<'de> Deserialize<'de> for AssetResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more