pub struct SearchRev;Expand description
Searches backwards on each Cursor
Trait Implementations§
Source§impl<U: Ui> IncSearcher<U> for SearchRev
impl<U: Ui> IncSearcher<U> for SearchRev
impl Copy for SearchRev
Auto Trait Implementations§
impl Freeze for SearchRev
impl RefUnwindSafe for SearchRev
impl Send for SearchRev
impl Sync for SearchRev
impl Unpin 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