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
databases: Vec<DatabaseMetadata>
A vector containing the first page of databases' metadata.
meta: SearchMetadata
The search metadata associated with this listing.
Trait Implementations
impl Debug for DatabaseList[src]
impl Clone for DatabaseList[src]
fn clone(&self) -> DatabaseList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for DatabaseList[src]
fn eq(&self, __arg_0: &DatabaseList) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DatabaseList) -> bool
This method tests for !=.