Struct quandl_v3::prelude::DatabaseList [] [src]

pub struct DatabaseList {
    pub databases: Vec<DatabaseMetadata>,
    pub meta: SearchMetadata,
}

Data structure to hold the result of doing a search database query.

Fields

A vector containing the first page of databases' metadata.

The search metadata associated with this listing.

Trait Implementations

impl Debug for DatabaseList
[src]

Formats the value using the given formatter.

impl Clone for DatabaseList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DatabaseList
[src]

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

This method tests for !=.