Enum languageserver_types::request::Formatting[][src]

pub enum Formatting {}

The document formatting request is sent from the server to the client to format a whole document.

Trait Implementations

impl Debug for Formatting
[src]

Formats the value using the given formatter. Read more

impl Request for Formatting
[src]

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

Auto Trait Implementations

impl Send for Formatting

impl Sync for Formatting