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