Struct edgedb_query::queries::select::PageOptions
source · [−]Expand description
Select query Page Options
Fields
limit: u32offset: Option<u32>Trait Implementations
sourceimpl Clone for PageOptions
impl Clone for PageOptions
sourcefn clone(&self) -> PageOptions
fn clone(&self) -> PageOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for PageOptions
impl Send for PageOptions
impl Sync for PageOptions
impl Unpin for PageOptions
impl UnwindSafe for PageOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more