Struct anni_provider::cache::CachePool
source · pub struct CachePool { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CachePool
impl Send for CachePool
impl Sync for CachePool
impl Unpin for CachePool
impl !UnwindSafe for CachePool
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