pub struct NoSliderHeuristic;
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 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