Enum languageserver_types::PrepareRenameResponse [−][src]
pub enum PrepareRenameResponse {
Range(Range),
RangeWithPlaceholder {
range: Range,
placeholder: String,
},
}Variants
Range(Range)RangeWithPlaceholderFields of RangeWithPlaceholder
range: Range | |
placeholder: String |
Trait Implementations
impl Debug for PrepareRenameResponse[src]
impl Debug for PrepareRenameResponsefn 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 PrepareRenameResponse[src]
impl Eq for PrepareRenameResponseimpl PartialEq for PrepareRenameResponse[src]
impl PartialEq for PrepareRenameResponsefn eq(&self, other: &PrepareRenameResponse) -> bool[src]
fn eq(&self, other: &PrepareRenameResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PrepareRenameResponse) -> bool[src]
fn ne(&self, other: &PrepareRenameResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PrepareRenameResponse
impl Send for PrepareRenameResponseimpl Sync for PrepareRenameResponse
impl Sync for PrepareRenameResponse