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
datasets: Vec<DatasetMetadata>
A vector containing the first page of datasets' metadata.
meta: SearchMetadata
The search metadata associated with this listing.
Trait Implementations
impl Debug for DatasetList
[src]
impl Clone for DatasetList
[src]
fn clone(&self) -> DatasetList
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 DatasetList
[src]
fn eq(&self, __arg_0: &DatasetList) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DatasetList) -> bool
This method tests for !=
.