pub struct AnalysisReport { /* private fields */ }
Implementations§
Source§impl AnalysisReport
impl AnalysisReport
pub fn new( context: Context, hostinfo_results: Vec<CommandResult>, command_results: Vec<Vec<CommandResult>>, repetitions: usize, max_parallel_commands: usize, ) -> AnalysisReport
pub fn context(&self) -> &Context
pub fn hostinfo_results(&self) -> &[CommandResult]
pub fn command_results(&self) -> &[Vec<CommandResult>]
pub fn repetitions(&self) -> usize
pub fn max_parallel_commands(&self) -> usize
Trait Implementations§
Source§impl Debug for AnalysisReport
impl Debug for AnalysisReport
Auto Trait Implementations§
impl Freeze for AnalysisReport
impl RefUnwindSafe for AnalysisReport
impl Send for AnalysisReport
impl Sync for AnalysisReport
impl Unpin for AnalysisReport
impl UnwindSafe for AnalysisReport
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