pub struct Hover {
pub contents: Vec<HoverBlock>,
pub range: Option<Range<Anchor>>,
pub language: Option<Arc<Language>>,
}
Fields§
§contents: Vec<HoverBlock>
§range: Option<Range<Anchor>>
§language: Option<Arc<Language>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Hover
impl Send for Hover
impl Sync for Hover
impl Unpin for Hover
impl !UnwindSafe for Hover
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