Struct languageserver_types::CodeLensOptions [−][src]
Code Lens options.
Fields
resolve_provider: Option<bool>
Code lens has a resolve provider as well.
Trait Implementations
impl Debug for CodeLensOptions[src]
impl Debug for CodeLensOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CodeLensOptions[src]
impl Eq for CodeLensOptionsimpl PartialEq for CodeLensOptions[src]
impl PartialEq for CodeLensOptionsfn eq(&self, other: &CodeLensOptions) -> bool[src]
fn eq(&self, other: &CodeLensOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeLensOptions) -> bool[src]
fn ne(&self, other: &CodeLensOptions) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CodeLensOptions
impl Send for CodeLensOptionsimpl Sync for CodeLensOptions
impl Sync for CodeLensOptions