Enum languageserver_types::notification::DidChangeConfiguration[][src]

pub enum DidChangeConfiguration {}

A notification sent from the client to the server to signal the change of configuration settings.

Trait Implementations

impl Debug for DidChangeConfiguration
[src]

Formats the value using the given formatter. Read more

impl Notification for DidChangeConfiguration
[src]

METHOD: &'static str = "workspace/didChangeConfiguration"

Auto Trait Implementations