Struct quandl_v3::prelude::DatasetList [] [src]

pub struct DatasetList {
    pub datasets: Vec<DatasetMetadata>,
    pub meta: SearchMetadata,
}

Data structure to hold the result of a search dataset query.

Fields

A vector containing the first page of datasets' metadata.

The search metadata associated with this listing.

Trait Implementations

impl Debug for DatasetList
[src]

Formats the value using the given formatter.

impl Clone for DatasetList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DatasetList
[src]

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

This method tests for !=.