pub struct HttpCacheItemKey<'a> { /* private fields */ }Expand description
Computed cache key, which can help reduce the work of computing the cache key multiple times.
Auto Trait Implementations§
impl<'a> Freeze for HttpCacheItemKey<'a>
impl<'a> RefUnwindSafe for HttpCacheItemKey<'a>
impl<'a> Send for HttpCacheItemKey<'a>
impl<'a> Sync for HttpCacheItemKey<'a>
impl<'a> Unpin for HttpCacheItemKey<'a>
impl<'a> UnwindSafe for HttpCacheItemKey<'a>
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