pub struct ModuleCache<D: Dealloc> {
pub complete: BTreeMap<String, Any<D>>,
pub progress: BTreeSet<String>,
}
Fields§
§complete: BTreeMap<String, Any<D>>
§progress: BTreeSet<String>
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for ModuleCache<D>
impl<D> RefUnwindSafe for ModuleCache<D>where
D: RefUnwindSafe,
impl<D> Send for ModuleCache<D>where
D: Send,
impl<D> Sync for ModuleCache<D>where
D: Sync,
impl<D> Unpin for ModuleCache<D>
impl<D> UnwindSafe for ModuleCache<D>where
D: RefUnwindSafe,
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