pub struct HeadTailStrategy;Expand description
Head+Tail strategy for logs — 30% head, 70% tail with error boost.
Trait Implementations§
Source§impl TrimStrategy for HeadTailStrategy
impl TrimStrategy for HeadTailStrategy
Source§fn assign_values(&self, tree: &mut TrimNode)
fn assign_values(&self, tree: &mut TrimNode)
Assign value scores to all nodes in the tree.
Auto Trait Implementations§
impl Freeze for HeadTailStrategy
impl RefUnwindSafe for HeadTailStrategy
impl Send for HeadTailStrategy
impl Sync for HeadTailStrategy
impl Unpin for HeadTailStrategy
impl UnsafeUnpin for HeadTailStrategy
impl UnwindSafe for HeadTailStrategy
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