pub enum PrepareRenameResponse {
Range(Range),
RangeWithPlaceholder {
range: Range,
placeholder: String,
},
}
Variants§
Trait Implementations§
Source§impl Debug for PrepareRenameResponse
impl Debug for PrepareRenameResponse
Source§impl<'de> Deserialize<'de> for PrepareRenameResponse
impl<'de> Deserialize<'de> for PrepareRenameResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrepareRenameResponse
impl PartialEq for PrepareRenameResponse
Source§impl Serialize for PrepareRenameResponse
impl Serialize for PrepareRenameResponse
impl Eq for PrepareRenameResponse
impl StructuralPartialEq for PrepareRenameResponse
Auto Trait Implementations§
impl Freeze for PrepareRenameResponse
impl RefUnwindSafe for PrepareRenameResponse
impl Send for PrepareRenameResponse
impl Sync for PrepareRenameResponse
impl Unpin for PrepareRenameResponse
impl UnwindSafe for PrepareRenameResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more