Struct languageserver_types::RenameOptions [−][src]
Fields
prepare_provider: Option<bool>
Renames should be checked and tested before being executed.
Trait Implementations
impl Debug for RenameOptions[src]
impl Debug for RenameOptionsfn 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 RenameOptions[src]
impl Eq for RenameOptionsimpl PartialEq for RenameOptions[src]
impl PartialEq for RenameOptionsfn eq(&self, other: &RenameOptions) -> bool[src]
fn eq(&self, other: &RenameOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RenameOptions) -> bool[src]
fn ne(&self, other: &RenameOptions) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RenameOptions
impl Send for RenameOptionsimpl Sync for RenameOptions
impl Sync for RenameOptions