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