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