pub struct LeanWorkerDoctorReport {
pub diagnostics: Vec<LeanWorkerDoctorDiagnostic>,
pub metadata: Option<Value>,
}Expand description
Capability health report returned by a downstream doctor export.
Fields§
§diagnostics: Vec<LeanWorkerDoctorDiagnostic>§metadata: Option<Value>Trait Implementations§
Source§impl Clone for LeanWorkerDoctorReport
impl Clone for LeanWorkerDoctorReport
Source§fn clone(&self) -> LeanWorkerDoctorReport
fn clone(&self) -> LeanWorkerDoctorReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LeanWorkerDoctorReport
impl Debug for LeanWorkerDoctorReport
Source§impl PartialEq for LeanWorkerDoctorReport
impl PartialEq for LeanWorkerDoctorReport
Source§fn eq(&self, other: &LeanWorkerDoctorReport) -> bool
fn eq(&self, other: &LeanWorkerDoctorReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LeanWorkerDoctorReport
impl StructuralPartialEq for LeanWorkerDoctorReport
Auto Trait Implementations§
impl Freeze for LeanWorkerDoctorReport
impl RefUnwindSafe for LeanWorkerDoctorReport
impl Send for LeanWorkerDoctorReport
impl Sync for LeanWorkerDoctorReport
impl Unpin for LeanWorkerDoctorReport
impl UnsafeUnpin for LeanWorkerDoctorReport
impl UnwindSafe for LeanWorkerDoctorReport
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