pub struct OpenclawDoctorCheck {
pub id: String,
pub label: String,
pub status: DoctorCheckStatus,
pub message: String,
pub remediation_hint: Option<String>,
pub details: Option<Value>,
}Fields§
§id: String§label: String§status: DoctorCheckStatus§message: String§remediation_hint: Option<String>§details: Option<Value>Trait Implementations§
Source§impl Clone for OpenclawDoctorCheck
impl Clone for OpenclawDoctorCheck
Source§fn clone(&self) -> OpenclawDoctorCheck
fn clone(&self) -> OpenclawDoctorCheck
Returns a duplicate 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 OpenclawDoctorCheck
impl Debug for OpenclawDoctorCheck
Source§impl<'de> Deserialize<'de> for OpenclawDoctorCheck
impl<'de> Deserialize<'de> for OpenclawDoctorCheck
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 PartialEq for OpenclawDoctorCheck
impl PartialEq for OpenclawDoctorCheck
Source§impl Serialize for OpenclawDoctorCheck
impl Serialize for OpenclawDoctorCheck
impl Eq for OpenclawDoctorCheck
impl StructuralPartialEq for OpenclawDoctorCheck
Auto Trait Implementations§
impl Freeze for OpenclawDoctorCheck
impl RefUnwindSafe for OpenclawDoctorCheck
impl Send for OpenclawDoctorCheck
impl Sync for OpenclawDoctorCheck
impl Unpin for OpenclawDoctorCheck
impl UnsafeUnpin for OpenclawDoctorCheck
impl UnwindSafe for OpenclawDoctorCheck
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