Struct geeny_api::models::GenericResponse
[−]
[src]
pub struct GenericResponse<T> {
pub meta: MetaResponseInfo,
pub data: Vec<T>,
}Generic structure used for obtaining multiple items from the Geeny cloud
Fields
meta: MetaResponseInfo
data: Vec<T>
Trait Implementations
impl<T: Debug> Debug for GenericResponse<T>[src]
impl<T: Clone> Clone for GenericResponse<T>[src]
fn clone(&self) -> GenericResponse<T>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T: PartialEq> PartialEq for GenericResponse<T>[src]
fn eq(&self, __arg_0: &GenericResponse<T>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GenericResponse<T>) -> bool[src]
This method tests for !=.