pub struct HoverResult {
pub id: RequestId,
pub content: String,
}
Fields§
§id: RequestId
§content: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HoverResult
impl RefUnwindSafe for HoverResult
impl Send for HoverResult
impl Sync for HoverResult
impl Unpin for HoverResult
impl UnwindSafe for HoverResult
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