pub struct CompletionCache { /* private fields */ }
Expand description
Completion cache for performance optimization
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompletionCache
impl RefUnwindSafe for CompletionCache
impl Send for CompletionCache
impl Sync for CompletionCache
impl Unpin for CompletionCache
impl UnwindSafe for CompletionCache
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