pub struct DocumentDiagnosticReportPartialResult {
pub related_documents: Option<HashMap<Url, DocumentDiagnosticReportKind>>,
}
Expand description
A partial result for a document diagnostic report.
@since 3.17.0
Fields§
Trait Implementations§
source§impl Clone for DocumentDiagnosticReportPartialResult
impl Clone for DocumentDiagnosticReportPartialResult
source§fn clone(&self) -> DocumentDiagnosticReportPartialResult
fn clone(&self) -> DocumentDiagnosticReportPartialResult
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 Default for DocumentDiagnosticReportPartialResult
impl Default for DocumentDiagnosticReportPartialResult
source§fn default() -> DocumentDiagnosticReportPartialResult
fn default() -> DocumentDiagnosticReportPartialResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DocumentDiagnosticReportPartialResult
impl<'de> Deserialize<'de> for DocumentDiagnosticReportPartialResult
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<DocumentDiagnosticReportPartialResult> for DocumentDiagnosticReportResult
impl From<DocumentDiagnosticReportPartialResult> for DocumentDiagnosticReportResult
source§fn from(from: DocumentDiagnosticReportPartialResult) -> Self
fn from(from: DocumentDiagnosticReportPartialResult) -> Self
Converts to this type from the input type.
source§impl PartialEq for DocumentDiagnosticReportPartialResult
impl PartialEq for DocumentDiagnosticReportPartialResult
source§fn eq(&self, other: &DocumentDiagnosticReportPartialResult) -> bool
fn eq(&self, other: &DocumentDiagnosticReportPartialResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DocumentDiagnosticReportPartialResult
Auto Trait Implementations§
impl Freeze for DocumentDiagnosticReportPartialResult
impl RefUnwindSafe for DocumentDiagnosticReportPartialResult
impl Send for DocumentDiagnosticReportPartialResult
impl Sync for DocumentDiagnosticReportPartialResult
impl Unpin for DocumentDiagnosticReportPartialResult
impl UnwindSafe for DocumentDiagnosticReportPartialResult
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
)