pub struct UnchangedDocumentDiagnosticReport {
pub result_id: String,
}
Expand description
A diagnostic report indicating that the last returned report is still accurate.
A server can only return unchanged
if result ids are provided.
@since 3.17.0
Fields§
§result_id: String
A result ID which will be sent on the next diagnostic request for the same document.
Trait Implementations§
source§impl Clone for UnchangedDocumentDiagnosticReport
impl Clone for UnchangedDocumentDiagnosticReport
source§fn clone(&self) -> UnchangedDocumentDiagnosticReport
fn clone(&self) -> UnchangedDocumentDiagnosticReport
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for UnchangedDocumentDiagnosticReport
impl<'de> Deserialize<'de> for UnchangedDocumentDiagnosticReport
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 From<UnchangedDocumentDiagnosticReport> for DocumentDiagnosticReportKind
impl From<UnchangedDocumentDiagnosticReport> for DocumentDiagnosticReportKind
source§fn from(from: UnchangedDocumentDiagnosticReport) -> Self
fn from(from: UnchangedDocumentDiagnosticReport) -> Self
Converts to this type from the input type.
source§impl PartialEq for UnchangedDocumentDiagnosticReport
impl PartialEq for UnchangedDocumentDiagnosticReport
source§fn eq(&self, other: &UnchangedDocumentDiagnosticReport) -> bool
fn eq(&self, other: &UnchangedDocumentDiagnosticReport) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UnchangedDocumentDiagnosticReport
Auto Trait Implementations§
impl Freeze for UnchangedDocumentDiagnosticReport
impl RefUnwindSafe for UnchangedDocumentDiagnosticReport
impl Send for UnchangedDocumentDiagnosticReport
impl Sync for UnchangedDocumentDiagnosticReport
impl Unpin for UnchangedDocumentDiagnosticReport
impl UnwindSafe for UnchangedDocumentDiagnosticReport
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)