Enum languageserver_types::request::References [−][src]
pub enum References {}The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
Trait Implementations
impl Debug for References[src]
impl Debug for Referencesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Request for References[src]
impl Request for ReferencesAuto Trait Implementations
impl Send for References
impl Send for Referencesimpl Sync for References
impl Sync for References