pub struct QueryWindow { /* private fields */ }Expand description
The bounded keyset window one adapter statement must honour.
Implementations§
Source§impl QueryWindow
impl QueryWindow
Sourcepub const fn after(&self) -> Option<&CursorKey>
pub const fn after(&self) -> Option<&CursorKey>
Borrows the exclusive ordering key of the previous page, when present.
Trait Implementations§
Source§impl Clone for QueryWindow
impl Clone for QueryWindow
Source§fn clone(&self) -> QueryWindow
fn clone(&self) -> QueryWindow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryWindow
impl Debug for QueryWindow
impl Eq for QueryWindow
Source§impl PartialEq for QueryWindow
impl PartialEq for QueryWindow
impl StructuralPartialEq for QueryWindow
Auto Trait Implementations§
impl Freeze for QueryWindow
impl RefUnwindSafe for QueryWindow
impl Send for QueryWindow
impl Sync for QueryWindow
impl Unpin for QueryWindow
impl UnsafeUnpin for QueryWindow
impl UnwindSafe for QueryWindow
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