pub struct SemanticTokensProvider { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SemanticTokensProvider
impl RefUnwindSafe for SemanticTokensProvider
impl Send for SemanticTokensProvider
impl Sync for SemanticTokensProvider
impl Unpin for SemanticTokensProvider
impl UnwindSafe for SemanticTokensProvider
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