pub struct CoinsItem {
Show 33 fields pub id: String, pub symbol: String, pub name: String, pub asset_platform_id: Value, pub platforms: Option<HashMap<String, Option<String>>>, pub block_time_in_minutes: f64, pub hashing_algorithm: Value, pub categories: Vec<String>, pub public_notice: Value, pub additional_notices: Vec<Value>, pub localization: Option<Localization>, pub description: Description, pub links: Links, pub image: Image, pub country_origin: String, pub genesis_date: Value, pub contract_address: Option<String>, pub sentiment_votes_up_percentage: Value, pub sentiment_votes_down_percentage: Value, pub market_cap_rank: Value, pub coingecko_rank: Value, pub coingecko_score: Value, pub developer_score: Value, pub community_score: Value, pub liquidity_score: Value, pub public_interest_score: Value, pub market_data: Option<MarketData>, pub community_data: Option<CommunityData>, pub developer_data: Option<DeveloperData>, pub public_interest_stats: PublicInterestStats, pub status_updates: Vec<Value>, pub last_updated: String, pub tickers: Option<Vec<Ticker>>,
}

Fields

id: Stringsymbol: Stringname: Stringasset_platform_id: Valueplatforms: Option<HashMap<String, Option<String>>>block_time_in_minutes: f64hashing_algorithm: Valuecategories: Vec<String>public_notice: Valueadditional_notices: Vec<Value>localization: Option<Localization>description: Descriptionlinks: Linksimage: Imagecountry_origin: Stringgenesis_date: Valuecontract_address: Option<String>sentiment_votes_up_percentage: Valuesentiment_votes_down_percentage: Valuemarket_cap_rank: Valuecoingecko_rank: Valuecoingecko_score: Valuedeveloper_score: Valuecommunity_score: Valueliquidity_score: Valuepublic_interest_score: Valuemarket_data: Option<MarketData>community_data: Option<CommunityData>developer_data: Option<DeveloperData>public_interest_stats: PublicInterestStatsstatus_updates: Vec<Value>last_updated: Stringtickers: Option<Vec<Ticker>>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more