Struct languageserver_types::Location [−][src]
Represents a location inside a resource, such as a line inside a text file.
Fields
uri: Url
range: Range
Methods
impl Location[src]
impl LocationTrait Implementations
impl Debug for Location[src]
impl Debug for Locationfn 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 Location[src]
impl Eq for Locationimpl PartialEq for Location[src]
impl PartialEq for Locationfn eq(&self, other: &Location) -> bool[src]
fn eq(&self, other: &Location) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Location) -> bool[src]
fn ne(&self, other: &Location) -> boolThis method tests for !=.
impl Clone for Location[src]
impl Clone for Location