pub struct DidCloseTextDocumentParams {
pub text_document: TextDocumentIdentifier,
}
Fields§
§text_document: TextDocumentIdentifier
The 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
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 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