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