pub struct HeuristicDistiller;Expand description
Heuristic distiller: extracts chunks from log output / nomination fields.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeuristicDistiller
impl RefUnwindSafe for HeuristicDistiller
impl Send for HeuristicDistiller
impl Sync for HeuristicDistiller
impl Unpin for HeuristicDistiller
impl UnsafeUnpin for HeuristicDistiller
impl UnwindSafe for HeuristicDistiller
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