Struct edgedb_query::queries::select::PageOptions   
source · 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 copy 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 more