Struct Doctor Check

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct DoctorCheck {
    pub name: String,
    pub status: DoctorStatus,
    pub message: String,
    pub metadata: BTreeMap<String, Value>,
}

Diagnostic check result.

Fields

name: String

Stable check name.

status: DoctorStatus

Check status.

message: String

Human-readable detail.

metadata: BTreeMap<String, Value>

Optional structured metadata.

Trait Implementations

impl Clone for DoctorCheck

impl Clone for DoctorCheck

clone

fn clone(&self) -> DoctorCheck

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for DoctorCheck

impl Debug for DoctorCheck

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for DoctorCheck

impl<'de> Deserialize<'de> for DoctorCheck

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for DoctorCheck

impl JsonSchema for DoctorCheck

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 DoctorCheck

impl PartialEq for DoctorCheck

eq

fn eq(&self, other: &DoctorCheck) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for DoctorCheck

impl Serialize for DoctorCheck

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for DoctorCheck

impl StructuralPartialEq for DoctorCheck