pub struct GetAllDatasetsResponse {
pub metadata: Option<SearchMetadata>,
pub items: Vec<Dataset>,
}
Fields§
§metadata: Option<SearchMetadata>
§items: Vec<Dataset>
Implementations§
Source§impl GetAllDatasetsResponse
impl GetAllDatasetsResponse
pub fn new(items: Vec<Dataset>) -> GetAllDatasetsResponse
Trait Implementations§
Source§impl Clone for GetAllDatasetsResponse
impl Clone for GetAllDatasetsResponse
Source§fn clone(&self) -> GetAllDatasetsResponse
fn clone(&self) -> GetAllDatasetsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetAllDatasetsResponse
impl Debug for GetAllDatasetsResponse
Source§impl<'de> Deserialize<'de> for GetAllDatasetsResponse
impl<'de> Deserialize<'de> for GetAllDatasetsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetAllDatasetsResponse
impl PartialEq for GetAllDatasetsResponse
Source§impl Serialize for GetAllDatasetsResponse
impl Serialize for GetAllDatasetsResponse
impl StructuralPartialEq for GetAllDatasetsResponse
Auto Trait Implementations§
impl Freeze for GetAllDatasetsResponse
impl RefUnwindSafe for GetAllDatasetsResponse
impl Send for GetAllDatasetsResponse
impl Sync for GetAllDatasetsResponse
impl Unpin for GetAllDatasetsResponse
impl UnwindSafe for GetAllDatasetsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more