Enum languageserver_types::notification::WillSave [] [src]

pub enum WillSave {}

The document will save notification is sent from the client to the server before the document is actually saved.

Trait Implementations

impl Debug for WillSave
[src]

[src]

Formats the value using the given formatter. Read more

impl Notification for WillSave
[src]

METHOD: &'static str = "textDocument/willSave"

Auto Trait Implementations

impl Send for WillSave

impl Sync for WillSave