pub struct HoverText {
pub text: String,
pub range: Option<TextRange>,
pub truncated: bool,
}Fields§
§text: String§range: Option<TextRange>§truncated: boolTrait Implementations§
impl Eq for HoverText
impl StructuralPartialEq for HoverText
Auto Trait Implementations§
impl Freeze for HoverText
impl RefUnwindSafe for HoverText
impl Send for HoverText
impl Sync for HoverText
impl Unpin for HoverText
impl UnsafeUnpin for HoverText
impl UnwindSafe for HoverText
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