pub struct GetDatasetsPagination {
pub limit: Option<Option<i64>>,
pub offset: Option<Option<i64>>,
}
Fields§
§limit: Option<Option<i64>>
§offset: Option<Option<i64>>
Implementations§
Source§impl GetDatasetsPagination
impl GetDatasetsPagination
pub fn new() -> GetDatasetsPagination
Trait Implementations§
Source§impl Clone for GetDatasetsPagination
impl Clone for GetDatasetsPagination
Source§fn clone(&self) -> GetDatasetsPagination
fn clone(&self) -> GetDatasetsPagination
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 GetDatasetsPagination
impl Debug for GetDatasetsPagination
Source§impl Default for GetDatasetsPagination
impl Default for GetDatasetsPagination
Source§fn default() -> GetDatasetsPagination
fn default() -> GetDatasetsPagination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDatasetsPagination
impl<'de> Deserialize<'de> for GetDatasetsPagination
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 GetDatasetsPagination
impl PartialEq for GetDatasetsPagination
Source§impl Serialize for GetDatasetsPagination
impl Serialize for GetDatasetsPagination
impl StructuralPartialEq for GetDatasetsPagination
Auto Trait Implementations§
impl Freeze for GetDatasetsPagination
impl RefUnwindSafe for GetDatasetsPagination
impl Send for GetDatasetsPagination
impl Sync for GetDatasetsPagination
impl Unpin for GetDatasetsPagination
impl UnwindSafe for GetDatasetsPagination
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