pub struct Cursor<'l> { /* private fields */ }
Expand description
An iterator over rows.
Implementations§
Auto Trait Implementations§
impl<'l> Freeze for Cursor<'l>
impl<'l> RefUnwindSafe for Cursor<'l>
impl<'l> !Send for Cursor<'l>
impl<'l> !Sync for Cursor<'l>
impl<'l> Unpin for Cursor<'l>
impl<'l> UnwindSafe for Cursor<'l>
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