pub struct LogAnalyzer { /* private fields */ }Expand description
Execution log analyzer
Implementations§
Source§impl LogAnalyzer
impl LogAnalyzer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogAnalyzer
impl RefUnwindSafe for LogAnalyzer
impl Send for LogAnalyzer
impl Sync for LogAnalyzer
impl Unpin for LogAnalyzer
impl UnsafeUnpin for LogAnalyzer
impl UnwindSafe for LogAnalyzer
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