pub struct SearchStore { /* private fields */ }Expand description
Opens the section on first use, like descriptions and member tables.
Implementations§
Source§impl SearchStore
impl SearchStore
pub fn get(&self) -> Result<Option<&SearchIndex>>
Trait Implementations§
Source§impl Debug for SearchStore
impl Debug for SearchStore
Auto Trait Implementations§
impl !Freeze for SearchStore
impl RefUnwindSafe for SearchStore
impl Send for SearchStore
impl Sync for SearchStore
impl Unpin for SearchStore
impl UnsafeUnpin for SearchStore
impl UnwindSafe for SearchStore
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