pub struct HttpCache<CacheClientT, ContentT> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<CacheClientT, ContentT> !Freeze for HttpCache<CacheClientT, ContentT>
impl<CacheClientT, ContentT> !RefUnwindSafe for HttpCache<CacheClientT, ContentT>
impl<CacheClientT, ContentT> Send for HttpCache<CacheClientT, ContentT>
impl<CacheClientT, ContentT> Sync for HttpCache<CacheClientT, ContentT>
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