Struct languageserver_types::DocumentOnTypeFormattingParams
[−]
[src]
pub struct DocumentOnTypeFormattingParams {
pub text_document: TextDocumentIdentifier,
pub position: Position,
pub ch: String,
pub options: FormattingOptions,
}Fields
text_document: TextDocumentIdentifier
The document to format.
position: Position
The position at which this request was sent.
ch: String
The character that has been typed.
options: FormattingOptions
The format options.
Trait Implementations
impl Debug for DocumentOnTypeFormattingParams[src]
impl PartialEq for DocumentOnTypeFormattingParams[src]
fn eq(&self, __arg_0: &DocumentOnTypeFormattingParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DocumentOnTypeFormattingParams) -> bool[src]
This method tests for !=.