pub struct ImageCache {
pub thread_pool: Option<TagThreadPool<PathBuf>>,
/* private fields */
}Fields§
§thread_pool: Option<TagThreadPool<PathBuf>>Implementations§
Source§impl ImageCache
impl ImageCache
Auto Trait Implementations§
impl !RefUnwindSafe for ImageCache
impl !Send for ImageCache
impl !Sync for ImageCache
impl !UnwindSafe for ImageCache
impl Freeze for ImageCache
impl Unpin for ImageCache
impl UnsafeUnpin for ImageCache
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