pub struct JsonHoverProvider;Expand description
Hover provider implementation for JSON.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonHoverProvider
impl RefUnwindSafe for JsonHoverProvider
impl Send for JsonHoverProvider
impl Sync for JsonHoverProvider
impl Unpin for JsonHoverProvider
impl UnwindSafe for JsonHoverProvider
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