Struct languageserver_types::DocumentLink
[−]
[src]
pub struct DocumentLink {
pub range: Range,
pub target: Url,
}A document link is a range in a text document that links to an internal or external resource, like another text document or a web site.
Fields
range: Range
The range this link applies to.
target: Url
The uri this link points to.
Trait Implementations
impl Debug for DocumentLink[src]
impl PartialEq for DocumentLink[src]
fn eq(&self, __arg_0: &DocumentLink) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DocumentLink) -> bool[src]
This method tests for !=.