pub struct HeuristicCounter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for HeuristicCounter
impl Default for HeuristicCounter
Auto Trait Implementations§
impl Freeze for HeuristicCounter
impl RefUnwindSafe for HeuristicCounter
impl Send for HeuristicCounter
impl Sync for HeuristicCounter
impl Unpin for HeuristicCounter
impl UnwindSafe for HeuristicCounter
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