pub struct BeginSearchIndex { /* private fields */ }
Expand description
A version of begin search spec that finds the index indicating where to start search for keys based on an index.
Auto Trait Implementations§
impl Freeze for BeginSearchIndex
impl RefUnwindSafe for BeginSearchIndex
impl Send for BeginSearchIndex
impl Sync for BeginSearchIndex
impl Unpin for BeginSearchIndex
impl UnwindSafe for BeginSearchIndex
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