Struct lsp_types::WorkspaceDiagnosticReport
source · pub struct WorkspaceDiagnosticReport {
pub items: Vec<WorkspaceDocumentDiagnosticReport>,
}
Expand description
A workspace diagnostic report.
@since 3.17.0
Fields§
§items: Vec<WorkspaceDocumentDiagnosticReport>
Trait Implementations§
source§impl Clone for WorkspaceDiagnosticReport
impl Clone for WorkspaceDiagnosticReport
source§fn clone(&self) -> WorkspaceDiagnosticReport
fn clone(&self) -> WorkspaceDiagnosticReport
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 Debug for WorkspaceDiagnosticReport
impl Debug for WorkspaceDiagnosticReport
source§impl Default for WorkspaceDiagnosticReport
impl Default for WorkspaceDiagnosticReport
source§fn default() -> WorkspaceDiagnosticReport
fn default() -> WorkspaceDiagnosticReport
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkspaceDiagnosticReport
impl<'de> Deserialize<'de> for WorkspaceDiagnosticReport
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<WorkspaceDiagnosticReport> for WorkspaceDiagnosticReportResult
impl From<WorkspaceDiagnosticReport> for WorkspaceDiagnosticReportResult
source§fn from(from: WorkspaceDiagnosticReport) -> Self
fn from(from: WorkspaceDiagnosticReport) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for WorkspaceDiagnosticReport
Auto Trait Implementations§
impl Freeze for WorkspaceDiagnosticReport
impl RefUnwindSafe for WorkspaceDiagnosticReport
impl Send for WorkspaceDiagnosticReport
impl Sync for WorkspaceDiagnosticReport
impl Unpin for WorkspaceDiagnosticReport
impl UnwindSafe for WorkspaceDiagnosticReport
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
)