Struct languageserver_types::DocumentLink [−][src]
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 Debug for DocumentLinkfn 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 DocumentLink[src]
impl Eq for DocumentLinkimpl PartialEq for DocumentLink[src]
impl PartialEq for DocumentLinkfn eq(&self, other: &DocumentLink) -> bool[src]
fn eq(&self, other: &DocumentLink) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentLink) -> bool[src]
fn ne(&self, other: &DocumentLink) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentLink
impl Send for DocumentLinkimpl Sync for DocumentLink
impl Sync for DocumentLink