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