Enum languageserver_types::request::OnTypeFormatting [−][src]
pub enum OnTypeFormatting {}The document on type formatting request is sent from the client to the server to format parts of the document during typing.
Trait Implementations
impl Debug for OnTypeFormatting[src]
impl Debug for OnTypeFormattingfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Request for OnTypeFormatting[src]
impl Request for OnTypeFormattingAuto Trait Implementations
impl Send for OnTypeFormatting
impl Send for OnTypeFormattingimpl Sync for OnTypeFormatting
impl Sync for OnTypeFormatting