Struct quandl_v3::prelude::DatabaseMetadataQuery [] [src]

pub struct DatabaseMetadataQuery {
    pub database_code: String,
    // some fields omitted
}

Database metadata query.

Fields

Methods

impl DatabaseMetadataQuery
[src]

Create a new database metadata query.

Trait Implementations

impl Debug for DatabaseMetadataQuery
[src]

Formats the value using the given formatter.

impl Clone for DatabaseMetadataQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DatabaseMetadataQuery
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ApiCall<DatabaseMetadata> for DatabaseMetadataQuery
[src]

Submit a request to the Quandl's API and return a parsed object representing the data received in a Rust-friendly format. Read more

If applicable, returns the string that would be appended between the QUANDL_API_URL and the '?' character in a query URL. Read more

If applicable, returns the string that would be appended after the '?' character in a query URL. Read more

Returns the URL that will be used to submit the query through Quandl's API. Read more

Bypass the parsers and retrieve the byte stream received from Quandl directly. Read more

impl ApiParameters for DatabaseMetadataQuery
[src]

Include your personal Quandl API key with your query. Read more

Return a string which will be appended to the query's URL given that an api key has been provided. Read more

impl Has<ApiArguments> for DatabaseMetadataQuery

impl HasMut<ApiArguments> for DatabaseMetadataQuery