pub struct LSPLocation {
pub uri: String,
pub range: Range,
}
Fields§
§uri: String
§range: Range
Trait Implementations§
Source§impl Debug for LSPLocation
impl Debug for LSPLocation
Source§impl Default for LSPLocation
impl Default for LSPLocation
Source§fn default() -> LSPLocation
fn default() -> LSPLocation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LSPLocation
impl RefUnwindSafe for LSPLocation
impl Send for LSPLocation
impl Sync for LSPLocation
impl Unpin for LSPLocation
impl UnwindSafe for LSPLocation
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