pub struct ReportHost {
pub name: String,
pub properties: HostProperties,
pub items: ReportItems,
}
Expand description
Container for the properties and findings for a particular host
Fields§
§name: String
Name of the host
properties: HostProperties
Metadata about the host
items: ReportItems
Findings for the host
Trait Implementations§
Source§impl Debug for ReportHost
impl Debug for ReportHost
Source§impl Display for ReportHost
impl Display for ReportHost
Source§impl Ord for ReportHost
impl Ord for ReportHost
Source§impl PartialEq for ReportHost
impl PartialEq for ReportHost
Source§impl PartialOrd for ReportHost
impl PartialOrd for ReportHost
impl Eq for ReportHost
Auto Trait Implementations§
impl Freeze for ReportHost
impl RefUnwindSafe for ReportHost
impl Send for ReportHost
impl Sync for ReportHost
impl Unpin for ReportHost
impl UnwindSafe for ReportHost
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