Struct gecko::simple::TokenPrice[][src]

pub struct TokenPrice {
    pub id: String,
    pub contract_addresses: String,
    pub vs_currencies: String,
    pub include_market_cap: bool,
    pub include_24hr_vol: bool,
    pub include_24hr_change: bool,
    pub include_last_updated_at: bool,
    // some fields omitted
}

Fields

id: Stringcontract_addresses: Stringvs_currencies: Stringinclude_market_cap: boolinclude_24hr_vol: boolinclude_24hr_change: boolinclude_last_updated_at: bool

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Return the api endpoint with required values

Return the query string containing required and non-default values

Return the formatted route endpoint

Return formated query string parameter used in url

Return a string of joined formatted url query parameters

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

Performs the conversion.

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

Performs the conversion.

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.