pub struct Location {
pub uri: String,
pub range: Range,
}Expand description
Workspace indexing and refactoring orchestration. Internal location type used during Navigate/Analyze workflows.
Fields§
§uri: StringFile URI where the symbol is located
range: RangeLine and character range within the file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnsafeUnpin for Location
impl UnwindSafe for Location
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