Enum languageserver_types::request::Shutdown[][src]

pub enum Shutdown {}

The shutdown request is sent from the client to the server. It asks the server to shut down, but to not exit (otherwise the response might not be delivered correctly to the client). There is a separate exit notification that asks the server to exit.

Trait Implementations

impl Debug for Shutdown
[src]

Formats the value using the given formatter. Read more

impl Request for Shutdown
[src]

METHOD: &'static str = "shutdown"

Auto Trait Implementations

impl Send for Shutdown

impl Sync for Shutdown