pub struct LoopDetector {
pub checked: u64,
/* private fields */
}Expand description
Detects potential infinite loops by tracking state hashes.
Fields§
§checked: u64Number of states checked.
Implementations§
Source§impl LoopDetector
impl LoopDetector
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopDetector
impl RefUnwindSafe for LoopDetector
impl Send for LoopDetector
impl Sync for LoopDetector
impl Unpin for LoopDetector
impl UnsafeUnpin for LoopDetector
impl UnwindSafe for LoopDetector
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