pub enum Heuristics {
Off,
Max,
Default,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Heuristics
impl RefUnwindSafe for Heuristics
impl Send for Heuristics
impl Sync for Heuristics
impl Unpin for Heuristics
impl UnwindSafe for Heuristics
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