pub struct ProcessAnalysis(pub Vec<String>);Expand description
A wrapper struct holding the results of an analysis as a vector of strings.
Each string typically represents a human-readable line of the analysis report, such as the interpretation of a specific causal influence.
Tuple Fields§
§0: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessAnalysis
impl RefUnwindSafe for ProcessAnalysis
impl Send for ProcessAnalysis
impl Sync for ProcessAnalysis
impl Unpin for ProcessAnalysis
impl UnsafeUnpin for ProcessAnalysis
impl UnwindSafe for ProcessAnalysis
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