pub struct CycleGuard { /* private fields */ }Expand description
A windowed cycle detector over a stream of u64 fingerprints.
Implementations§
Source§impl CycleGuard
impl CycleGuard
Trait Implementations§
Source§impl Debug for CycleGuard
impl Debug for CycleGuard
Auto Trait Implementations§
impl Freeze for CycleGuard
impl RefUnwindSafe for CycleGuard
impl Send for CycleGuard
impl Sync for CycleGuard
impl Unpin for CycleGuard
impl UnsafeUnpin for CycleGuard
impl UnwindSafe for CycleGuard
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