pub struct ResponseCache<T: Clone + Send + Sync> { /* private fields */ }Expand description
Response cache.
Implementations§
Source§impl<T: Clone + Send + Sync> ResponseCache<T>
impl<T: Clone + Send + Sync> ResponseCache<T>
Auto Trait Implementations§
impl<T> !Freeze for ResponseCache<T>
impl<T> RefUnwindSafe for ResponseCache<T>
impl<T> Send for ResponseCache<T>
impl<T> Sync for ResponseCache<T>
impl<T> Unpin for ResponseCache<T>where
T: Unpin,
impl<T> UnwindSafe for ResponseCache<T>
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