Enum lsp_types::request::DocumentLinkRequest
source · [−]pub enum DocumentLinkRequest {}
Expand description
The document links request is sent from the client to the server to request the location of links in a document.
Trait Implementations
sourceimpl Debug for DocumentLinkRequest
impl Debug for DocumentLinkRequest
sourceimpl Request for DocumentLinkRequest
impl Request for DocumentLinkRequest
type Params = DocumentLinkParams
type Result = Option<Vec<DocumentLink, Global>>
const METHOD: &'static str = "textDocument/documentLink"
Auto Trait Implementations
impl RefUnwindSafe for DocumentLinkRequest
impl Send for DocumentLinkRequest
impl Sync for DocumentLinkRequest
impl Unpin for DocumentLinkRequest
impl UnwindSafe for DocumentLinkRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more