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 Debug for DocumentOnTypeFormattingParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DocumentOnTypeFormattingParams[src]
impl PartialEq for DocumentOnTypeFormattingParamsfn eq(&self, other: &DocumentOnTypeFormattingParams) -> bool[src]
fn eq(&self, other: &DocumentOnTypeFormattingParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentOnTypeFormattingParams) -> bool[src]
fn ne(&self, other: &DocumentOnTypeFormattingParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentOnTypeFormattingParams
impl Send for DocumentOnTypeFormattingParamsimpl Sync for DocumentOnTypeFormattingParams
impl Sync for DocumentOnTypeFormattingParams