pub struct CursorIter;
Trait Implementations§
Source§impl Debug for CursorIter
impl Debug for CursorIter
Source§impl<'iter> IterateCursor for CursorIter
impl<'iter> IterateCursor for CursorIter
Source§fn init_cursor<'a, 'b: 'a>(&'a self, cursor: &mut Cursor<'b>) -> bool
fn init_cursor<'a, 'b: 'a>(&'a self, cursor: &mut Cursor<'b>) -> bool
Returns true if initialization successful, for example that
the key exists.
Source§fn move_to_next<'i, 'c: 'i>(&'i self, cursor: &'c mut Cursor<'c>) -> bool
fn move_to_next<'i, 'c: 'i>(&'i self, cursor: &'c mut Cursor<'c>) -> bool
Returns true if there is still data and iterator is in correct range
Auto Trait Implementations§
impl Freeze for CursorIter
impl RefUnwindSafe for CursorIter
impl Send for CursorIter
impl Sync for CursorIter
impl Unpin for CursorIter
impl UnwindSafe for CursorIter
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