pub struct Cache<M, Dst, Ev>where
M: Service<Dst>,{ /* private fields */ }Available on crate feature
client and crate feature client-pool and docsrs only.Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, Dst, Ev> Freeze for Cache<M, Dst, Ev>
impl<M, Dst, Ev> RefUnwindSafe for Cache<M, Dst, Ev>where
M: RefUnwindSafe,
Ev: RefUnwindSafe,
impl<M, Dst, Ev> Send for Cache<M, Dst, Ev>
impl<M, Dst, Ev> Sync for Cache<M, Dst, Ev>
impl<M, Dst, Ev> Unpin for Cache<M, Dst, Ev>
impl<M, Dst, Ev> UnwindSafe for Cache<M, Dst, Ev>where
M: UnwindSafe,
Ev: UnwindSafe,
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