Enum languageserver_types::request::DocumentLinkRequest [−][src]
pub enum DocumentLinkRequest {}The document links request is sent from the client to the server to request the location of links in a document.
Trait Implementations
impl Debug for DocumentLinkRequest[src]
impl Debug for DocumentLinkRequestfn 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 DocumentLinkRequest[src]
impl Request for DocumentLinkRequesttype Params = DocumentLinkParams
type Result = Option<Vec<DocumentLink>>
const METHOD: &'static str
METHOD: &'static str = "textDocument/documentLink"
Auto Trait Implementations
impl Send for DocumentLinkRequest
impl Send for DocumentLinkRequestimpl Sync for DocumentLinkRequest
impl Sync for DocumentLinkRequest