Struct quandl_v3::prelude::DataAndMetadataQuery [] [src]

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

Query the data and metadata from a specific dataset.

Fields

Methods

impl DataAndMetadataQuery
[src]

Create a new data and metadata query.

Trait Implementations

impl Debug for DataAndMetadataQuery
[src]

Formats the value using the given formatter.

impl Clone for DataAndMetadataQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataAndMetadataQuery
[src]

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

This method tests for !=.