pub struct IncSearch<I: IncSearcher<U>, U: Ui> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<I: IncSearcher<U>, U: Ui> CmdLineMode<U> for IncSearch<I, U>
impl<I: IncSearcher<U>, U: Ui> CmdLineMode<U> for IncSearch<I, U>
Auto Trait Implementations§
impl<I, U> Freeze for IncSearch<I, U>where
I: Freeze,
impl<I, U> !RefUnwindSafe for IncSearch<I, U>
impl<I, U> Send for IncSearch<I, U>
impl<I, U> Sync for IncSearch<I, U>
impl<I, U> Unpin for IncSearch<I, U>
impl<I, U> !UnwindSafe for IncSearch<I, U>
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