Struct Doctor Report
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct DoctorReport {
pub agent_name: String,
pub status: DoctorStatus,
pub checks: Vec<DoctorCheck>,
}
Diagnostic report for a resolved run plan.
Fields
agent_name: String
Agent name.
status: DoctorStatus
Overall status.
checks: Vec<DoctorCheck>
Checks.
Trait Implementations
impl Clone for DoctorReport
impl Clone for DoctorReport
clone
fn clone(&self) -> DoctorReport
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for DoctorReport
impl Debug for DoctorReport
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for DoctorReport
impl<'de> Deserialize<'de> for DoctorReport
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for DoctorReport
impl JsonSchema for DoctorReport
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for DoctorReport
impl PartialEq for DoctorReport
eq
fn eq(&self, other: &DoctorReport) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for DoctorReport
impl Serialize for DoctorReport
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for DoctorReport
impl StructuralPartialEq for DoctorReport