Enum lsp_types::DocumentHighlightKind [−][src]
#[repr(u8)]
pub enum DocumentHighlightKind {
Text,
Read,
Write,
}Expand description
A document highlight kind.
Variants
A textual occurrance.
Read-access of a symbol, like reading a variable.
Write-access of a symbol, like writing to a variable.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DocumentHighlightKindimpl Send for DocumentHighlightKindimpl Sync for DocumentHighlightKindimpl Unpin for DocumentHighlightKindimpl UnwindSafe for DocumentHighlightKindBlanket Implementations
Mutably borrows from an owned value. Read more