pub struct WorkspaceDiagnosticReportPartialResult {
pub items: Vec<WorkspaceDocumentDiagnosticReport, Global>,
}
Expand description
A partial result for a workspace diagnostic report.
@since 3.17.0
Fields§
§items: Vec<WorkspaceDocumentDiagnosticReport, Global>
Trait Implementations§
§impl Clone for WorkspaceDiagnosticReportPartialResult
impl Clone for WorkspaceDiagnosticReportPartialResult
§fn clone(&self) -> WorkspaceDiagnosticReportPartialResult
fn clone(&self) -> WorkspaceDiagnosticReportPartialResult
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 more§impl Default for WorkspaceDiagnosticReportPartialResult
impl Default for WorkspaceDiagnosticReportPartialResult
§fn default() -> WorkspaceDiagnosticReportPartialResult
fn default() -> WorkspaceDiagnosticReportPartialResult
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for WorkspaceDiagnosticReportPartialResult
impl<'de> Deserialize<'de> for WorkspaceDiagnosticReportPartialResult
§fn deserialize<__D>(
__deserializer: __D
) -> Result<WorkspaceDiagnosticReportPartialResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<WorkspaceDiagnosticReportPartialResult, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl From<WorkspaceDiagnosticReportPartialResult> for WorkspaceDiagnosticReportResult
impl From<WorkspaceDiagnosticReportPartialResult> for WorkspaceDiagnosticReportResult
§fn from(
from: WorkspaceDiagnosticReportPartialResult
) -> WorkspaceDiagnosticReportResult
fn from( from: WorkspaceDiagnosticReportPartialResult ) -> WorkspaceDiagnosticReportResult
Converts to this type from the input type.
§impl PartialEq<WorkspaceDiagnosticReportPartialResult> for WorkspaceDiagnosticReportPartialResult
impl PartialEq<WorkspaceDiagnosticReportPartialResult> for WorkspaceDiagnosticReportPartialResult
§fn eq(&self, other: &WorkspaceDiagnosticReportPartialResult) -> bool
fn eq(&self, other: &WorkspaceDiagnosticReportPartialResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for WorkspaceDiagnosticReportPartialResult
impl Serialize for WorkspaceDiagnosticReportPartialResult
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for WorkspaceDiagnosticReportPartialResult
Auto Trait Implementations§
impl RefUnwindSafe for WorkspaceDiagnosticReportPartialResult
impl Send for WorkspaceDiagnosticReportPartialResult
impl Sync for WorkspaceDiagnosticReportPartialResult
impl Unpin for WorkspaceDiagnosticReportPartialResult
impl UnwindSafe for WorkspaceDiagnosticReportPartialResult
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