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