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§
source§impl Debug for DocumentLinkRequest
impl Debug for DocumentLinkRequest
Auto Trait Implementations§
impl Freeze for DocumentLinkRequest
impl RefUnwindSafe for DocumentLinkRequest
impl Send for DocumentLinkRequest
impl Sync for DocumentLinkRequest
impl Unpin for DocumentLinkRequest
impl UnwindSafe for DocumentLinkRequest
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