pub struct DoctorFinding {
pub product: String,
pub check: &'static str,
pub severity: DoctorSeverity,
pub entry_id: Option<String>,
pub path: Option<PathBuf>,
pub message: String,
}Fields§
§product: String§check: &'static str§severity: DoctorSeverity§entry_id: Option<String>§path: Option<PathBuf>§message: StringImplementations§
Source§impl DoctorFinding
impl DoctorFinding
Trait Implementations§
Source§impl Clone for DoctorFinding
impl Clone for DoctorFinding
Source§impl Debug for DoctorFinding
impl Debug for DoctorFinding
impl Eq for DoctorFinding
Source§impl PartialEq for DoctorFinding
impl PartialEq for DoctorFinding
Source§impl Serialize for DoctorFinding
impl Serialize for DoctorFinding
impl StructuralPartialEq for DoctorFinding
Auto Trait Implementations§
impl Freeze for DoctorFinding
impl RefUnwindSafe for DoctorFinding
impl Send for DoctorFinding
impl Sync for DoctorFinding
impl Unpin for DoctorFinding
impl UnsafeUnpin for DoctorFinding
impl UnwindSafe for DoctorFinding
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.