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
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