pub struct AutocompleteEngine { /* private fields */ }Expand description
Autocomplete engine.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutocompleteEngine
impl RefUnwindSafe for AutocompleteEngine
impl Send for AutocompleteEngine
impl Sync for AutocompleteEngine
impl Unpin for AutocompleteEngine
impl UnsafeUnpin for AutocompleteEngine
impl UnwindSafe for AutocompleteEngine
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