Struct project2::DocumentHighlight
source · pub struct DocumentHighlight {
pub range: Range<Anchor>,
pub kind: DocumentHighlightKind,
}
Fields§
§range: Range<Anchor>
§kind: DocumentHighlightKind
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DocumentHighlight
impl Send for DocumentHighlight
impl Sync for DocumentHighlight
impl Unpin for DocumentHighlight
impl UnwindSafe for DocumentHighlight
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