pub struct InlayHint {
pub position: TextSize,
pub label: String,
pub kind: InlayHintKind,
pub target: Option<TextRange>,
}Fields§
§position: TextSize§label: String§kind: InlayHintKind§target: Option<TextRange>Trait Implementations§
impl Eq for InlayHint
impl StructuralPartialEq for InlayHint
Auto Trait Implementations§
impl Freeze for InlayHint
impl RefUnwindSafe for InlayHint
impl Send for InlayHint
impl Sync for InlayHint
impl Unpin for InlayHint
impl UnwindSafe for InlayHint
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