Enum languageserver_types::WorkspaceFolderCapabilityChangeNotifications[][src]

pub enum WorkspaceFolderCapabilityChangeNotifications {
    Bool(bool),
    Id(String),
}

Variants

Trait Implementations

impl Debug for WorkspaceFolderCapabilityChangeNotifications
[src]

Formats the value using the given formatter. Read more

impl Eq for WorkspaceFolderCapabilityChangeNotifications
[src]

impl PartialEq for WorkspaceFolderCapabilityChangeNotifications
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations