pub struct TtlService<S: VectorStorage + 'static> { /* private fields */ }Expand description
Background TTL cleanup service
Implementations§
Source§impl<S: VectorStorage + 'static> TtlService<S>
impl<S: VectorStorage + 'static> TtlService<S>
Auto Trait Implementations§
impl<S> Freeze for TtlService<S>
impl<S> !RefUnwindSafe for TtlService<S>
impl<S> Send for TtlService<S>
impl<S> Sync for TtlService<S>
impl<S> Unpin for TtlService<S>
impl<S> UnsafeUnpin for TtlService<S>
impl<S> !UnwindSafe for TtlService<S>
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