pub struct RowCache { /* private fields */ }Expand description
Row-level LRU cache for hot data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowCache
impl RefUnwindSafe for RowCache
impl Send for RowCache
impl Sync for RowCache
impl Unpin for RowCache
impl UnsafeUnpin for RowCache
impl UnwindSafe for RowCache
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