pub struct NoSliderHeuristic;Available on crate feature
blob only.Expand description
A slider heuristic that doesn’t adjust hunk positions.
This heuristic always places hunks at their lowest possible position without applying any additional logic.
Trait Implementations§
Source§impl SliderHeuristic for NoSliderHeuristic
impl SliderHeuristic for NoSliderHeuristic
Auto Trait Implementations§
impl Freeze for NoSliderHeuristic
impl RefUnwindSafe for NoSliderHeuristic
impl Send for NoSliderHeuristic
impl Sync for NoSliderHeuristic
impl Unpin for NoSliderHeuristic
impl UnsafeUnpin for NoSliderHeuristic
impl UnwindSafe for NoSliderHeuristic
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