pub struct DocumentLinkParams {
pub text_document: TextDocumentIdentifier,
}
Fields§
§text_document: TextDocumentIdentifier
The document to provide document links for.
Trait Implementations§
Source§impl Debug for DocumentLinkParams
impl Debug for DocumentLinkParams
Source§impl<'de> Deserialize<'de> for DocumentLinkParams
impl<'de> Deserialize<'de> for DocumentLinkParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DocumentLinkParams
impl PartialEq for DocumentLinkParams
Source§impl Serialize for DocumentLinkParams
impl Serialize for DocumentLinkParams
impl Eq for DocumentLinkParams
impl StructuralPartialEq for DocumentLinkParams
Auto Trait Implementations§
impl Freeze for DocumentLinkParams
impl RefUnwindSafe for DocumentLinkParams
impl Send for DocumentLinkParams
impl Sync for DocumentLinkParams
impl Unpin for DocumentLinkParams
impl UnwindSafe for DocumentLinkParams
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