pub struct LastChangesPagination {
pub current_page: Option<i64>,
pub per_page: Option<i64>,
}Expand description
LastChangesPagination : Pagination information
Fields§
§current_page: Option<i64>Current page number
per_page: Option<i64>Records per page
Implementations§
Source§impl LastChangesPagination
impl LastChangesPagination
Sourcepub fn new() -> LastChangesPagination
pub fn new() -> LastChangesPagination
Pagination information
Trait Implementations§
Source§impl Clone for LastChangesPagination
impl Clone for LastChangesPagination
Source§fn clone(&self) -> LastChangesPagination
fn clone(&self) -> LastChangesPagination
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 LastChangesPagination
impl Debug for LastChangesPagination
Source§impl Default for LastChangesPagination
impl Default for LastChangesPagination
Source§fn default() -> LastChangesPagination
fn default() -> LastChangesPagination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastChangesPagination
impl<'de> Deserialize<'de> for LastChangesPagination
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 LastChangesPagination
impl PartialEq for LastChangesPagination
Source§impl Serialize for LastChangesPagination
impl Serialize for LastChangesPagination
impl StructuralPartialEq for LastChangesPagination
Auto Trait Implementations§
impl Freeze for LastChangesPagination
impl RefUnwindSafe for LastChangesPagination
impl Send for LastChangesPagination
impl Sync for LastChangesPagination
impl Unpin for LastChangesPagination
impl UnwindSafe for LastChangesPagination
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