pub struct DidCloseTextDocumentParams {
pub text_document: TextDocumentIdentifier,
}Fields§
§text_document: TextDocumentIdentifierThe document that was closed.
Trait Implementations§
Source§impl Debug for DidCloseTextDocumentParams
impl Debug for DidCloseTextDocumentParams
Source§impl<'de> Deserialize<'de> for DidCloseTextDocumentParams
impl<'de> Deserialize<'de> for DidCloseTextDocumentParams
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 DidCloseTextDocumentParams
impl PartialEq for DidCloseTextDocumentParams
Source§fn eq(&self, other: &DidCloseTextDocumentParams) -> bool
fn eq(&self, other: &DidCloseTextDocumentParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DidCloseTextDocumentParams
impl StructuralPartialEq for DidCloseTextDocumentParams
Auto Trait Implementations§
impl Freeze for DidCloseTextDocumentParams
impl RefUnwindSafe for DidCloseTextDocumentParams
impl Send for DidCloseTextDocumentParams
impl Sync for DidCloseTextDocumentParams
impl Unpin for DidCloseTextDocumentParams
impl UnsafeUnpin for DidCloseTextDocumentParams
impl UnwindSafe for DidCloseTextDocumentParams
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