pub struct TtlSweeper { /* private fields */ }
Expand description
Background thread that periodically sweeps expired TTL keys
Implementations§
Source§impl TtlSweeper
impl TtlSweeper
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtlSweeper
impl !RefUnwindSafe for TtlSweeper
impl Send for TtlSweeper
impl Sync for TtlSweeper
impl Unpin for TtlSweeper
impl !UnwindSafe for TtlSweeper
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