pub enum RuntimeSearch {
Linear(Linear),
Binary(Binary),
CachedLinearCell(CachedLinearCell),
}Expand description
Determine search method dynamically at runtime
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RuntimeSearch
impl !RefUnwindSafe for RuntimeSearch
impl Send for RuntimeSearch
impl !Sync for RuntimeSearch
impl Unpin for RuntimeSearch
impl UnwindSafe for RuntimeSearch
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