pub struct DoctorReport<'a> {Show 13 fields
pub source_tree_root: &'a str,
pub root_discovery: &'a str,
pub config_path: Option<&'a str>,
pub config_schema_version: Option<&'a str>,
pub config_policy: Option<&'a str>,
pub config_owner: Option<&'a str>,
pub config_status: Option<&'a str>,
pub config_valid: Option<bool>,
pub config_diagnostic: Option<&'a str>,
pub broken_evidence_links: Option<usize>,
pub weak_evidence_references: Option<usize>,
pub inventory_source: &'a str,
pub files_scanned: usize,
}Fields§
§source_tree_root: &'a str§root_discovery: &'a str§config_path: Option<&'a str>§config_schema_version: Option<&'a str>§config_policy: Option<&'a str>§config_owner: Option<&'a str>§config_status: Option<&'a str>§config_valid: Option<bool>§config_diagnostic: Option<&'a str>§broken_evidence_links: Option<usize>§weak_evidence_references: Option<usize>§inventory_source: &'a str§files_scanned: usizeTrait Implementations§
Source§impl<'a> Clone for DoctorReport<'a>
impl<'a> Clone for DoctorReport<'a>
Source§fn clone(&self) -> DoctorReport<'a>
fn clone(&self) -> DoctorReport<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for DoctorReport<'a>
Auto Trait Implementations§
impl<'a> Freeze for DoctorReport<'a>
impl<'a> RefUnwindSafe for DoctorReport<'a>
impl<'a> Send for DoctorReport<'a>
impl<'a> Sync for DoctorReport<'a>
impl<'a> Unpin for DoctorReport<'a>
impl<'a> UnsafeUnpin for DoctorReport<'a>
impl<'a> UnwindSafe for DoctorReport<'a>
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