pub struct UtilsMetaResponse {
pub page: i32,
pub limit: i32,
pub total_items: i32,
pub total_pages: i32,
}Fields§
§page: i32current page number
limit: i32number of items per page
total_items: i32number of total items given the current filters/selection (if any)
total_pages: i32number of total pages given the current limit
Implementations§
Source§impl UtilsMetaResponse
impl UtilsMetaResponse
Sourcepub fn builder() -> UtilsMetaResponseBuilder
pub fn builder() -> UtilsMetaResponseBuilder
Create an instance of UtilsMetaResponse using the builder syntax
Trait Implementations§
Source§impl Clone for UtilsMetaResponse
impl Clone for UtilsMetaResponse
Source§fn clone(&self) -> UtilsMetaResponse
fn clone(&self) -> UtilsMetaResponse
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UtilsMetaResponse
impl Debug for UtilsMetaResponse
Source§impl Default for UtilsMetaResponse
impl Default for UtilsMetaResponse
Source§fn default() -> UtilsMetaResponse
fn default() -> UtilsMetaResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UtilsMetaResponse
impl<'de> Deserialize<'de> for UtilsMetaResponse
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 UtilsMetaResponse
impl PartialEq for UtilsMetaResponse
Source§impl Serialize for UtilsMetaResponse
impl Serialize for UtilsMetaResponse
impl StructuralPartialEq for UtilsMetaResponse
Auto Trait Implementations§
impl Freeze for UtilsMetaResponse
impl RefUnwindSafe for UtilsMetaResponse
impl Send for UtilsMetaResponse
impl Sync for UtilsMetaResponse
impl Unpin for UtilsMetaResponse
impl UnwindSafe for UtilsMetaResponse
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)