pub struct PageOptions {
pub limit: u32,
pub offset: Option<u32>,
}
Expand description
Select query Page Options
Fields§
§limit: u32
§offset: Option<u32>
Trait Implementations§
Source§impl Clone for PageOptions
impl Clone for PageOptions
Source§fn clone(&self) -> PageOptions
fn clone(&self) -> PageOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PageOptions
impl RefUnwindSafe for PageOptions
impl Send for PageOptions
impl Sync for PageOptions
impl Unpin for PageOptions
impl UnwindSafe for PageOptions
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