pub struct PruneThrottle { /* private fields */ }Expand description
Tracks the last time a prune was performed, enabling cooldown.
Implementations§
Source§impl PruneThrottle
impl PruneThrottle
Auto Trait Implementations§
impl !Freeze for PruneThrottle
impl RefUnwindSafe for PruneThrottle
impl Send for PruneThrottle
impl Sync for PruneThrottle
impl Unpin for PruneThrottle
impl UnsafeUnpin for PruneThrottle
impl UnwindSafe for PruneThrottle
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