Enum lsp_types::InsertTextFormat [−][src]
#[repr(u8)]
pub enum InsertTextFormat {
PlainText,
Snippet,
}Expand description
Defines how to interpret the insert text in a completion item
Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InsertTextFormatimpl Send for InsertTextFormatimpl Sync for InsertTextFormatimpl Unpin for InsertTextFormatimpl UnwindSafe for InsertTextFormatBlanket Implementations
Mutably borrows from an owned value. Read more