pub struct HotQueryCache { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for HotQueryCache
impl RefUnwindSafe for HotQueryCache
impl Send for HotQueryCache
impl Sync for HotQueryCache
impl Unpin for HotQueryCache
impl UnsafeUnpin for HotQueryCache
impl UnwindSafe for HotQueryCache
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