pub struct SearchRev;Expand description
Searches backwards on each Cursor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SearchRev
impl RefUnwindSafe for SearchRev
impl Send for SearchRev
impl Sync for SearchRev
impl Unpin for SearchRev
impl UnsafeUnpin for SearchRev
impl UnwindSafe for SearchRev
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