Enum lsp_types::request::DocumentLinkResolve
source · pub enum DocumentLinkResolve {}
Expand description
The document link resolve request is sent from the client to the server to resolve the target of a given document link.
Trait Implementations§
source§impl Debug for DocumentLinkResolve
impl Debug for DocumentLinkResolve
source§impl Request for DocumentLinkResolve
impl Request for DocumentLinkResolve
type Params = DocumentLink
type Result = DocumentLink
const METHOD: &'static str = "documentLink/resolve"
Auto Trait Implementations§
impl Freeze for DocumentLinkResolve
impl RefUnwindSafe for DocumentLinkResolve
impl Send for DocumentLinkResolve
impl Sync for DocumentLinkResolve
impl Unpin for DocumentLinkResolve
impl UnwindSafe for DocumentLinkResolve
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more