pub struct CacheHandle {}
Expand description
| Opaque handle to an entry stored in the | cache. |
Auto Trait Implementations§
impl Freeze for CacheHandle
impl RefUnwindSafe for CacheHandle
impl Send for CacheHandle
impl Sync for CacheHandle
impl Unpin for CacheHandle
impl UnwindSafe for CacheHandle
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