pub struct CompletionProviderFactory;Expand description
Completion provider factory for creating language-specific providers
Implementations§
Auto Trait Implementations§
impl Freeze for CompletionProviderFactory
impl RefUnwindSafe for CompletionProviderFactory
impl Send for CompletionProviderFactory
impl Sync for CompletionProviderFactory
impl Unpin for CompletionProviderFactory
impl UnwindSafe for CompletionProviderFactory
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