Enum lsp_types::FoldingRangeKind [−][src]
pub enum FoldingRangeKind {
Comment,
Imports,
Region,
}
Expand description
Enum of known range kinds
Variants
Folding range for a comment
Folding range for a imports or includes
Folding range for a region (e.g. #region
)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FoldingRangeKind
impl Send for FoldingRangeKind
impl Sync for FoldingRangeKind
impl Unpin for FoldingRangeKind
impl UnwindSafe for FoldingRangeKind
Blanket Implementations
Mutably borrows from an owned value. Read more