pub struct HttpCache<CacheClientT, ContentT> { /* private fields */ }Implementations§
source§impl<CacheClientT, ContentT> HttpCache<CacheClientT, ContentT>where
CacheClientT: CacheClient,
ContentT: DeserializeOwned + Clone + Send + Sync,
impl<CacheClientT, ContentT> HttpCache<CacheClientT, ContentT>where CacheClientT: CacheClient, ContentT: DeserializeOwned + Clone + Send + Sync,
Trait Implementations§
Auto Trait Implementations§
impl<CacheClientT, ContentT> !RefUnwindSafe for HttpCache<CacheClientT, ContentT>
impl<CacheClientT, ContentT> Send for HttpCache<CacheClientT, ContentT>where CacheClientT: Send, ContentT: Send + Sync,
impl<CacheClientT, ContentT> Sync for HttpCache<CacheClientT, ContentT>where CacheClientT: Sync, ContentT: Send + Sync,
impl<CacheClientT, ContentT> Unpin for HttpCache<CacheClientT, ContentT>where CacheClientT: Unpin,
impl<CacheClientT, ContentT> !UnwindSafe for HttpCache<CacheClientT, ContentT>
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