pub struct QueryWithSkip<'a, 'b, T>where
    T: 'static,{ /* private fields */ }Expand description
Helper struct for pagination after a skip operation.
Created by calling skip() on a Query.
Implementations§
Auto Trait Implementations§
impl<'a, 'b, T> Freeze for QueryWithSkip<'a, 'b, T>
impl<'a, 'b, T> !RefUnwindSafe for QueryWithSkip<'a, 'b, T>
impl<'a, 'b, T> !Send for QueryWithSkip<'a, 'b, T>
impl<'a, 'b, T> !Sync for QueryWithSkip<'a, 'b, T>
impl<'a, 'b, T> Unpin for QueryWithSkip<'a, 'b, T>
impl<'a, 'b, T> !UnwindSafe for QueryWithSkip<'a, 'b, T>
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