pub(crate) struct CacheEntry {
pub(crate) manifest_ts: SystemTime,
pub(crate) workspace_manifest_ts: SystemTime,
pub(crate) workspace_manifest_path: PathBuf,
pub(crate) crate_names: BTreeMap<String, FoundCrate>,
}
Fields§
§manifest_ts: SystemTime
§workspace_manifest_ts: SystemTime
§workspace_manifest_path: PathBuf
§crate_names: BTreeMap<String, FoundCrate>
Auto Trait Implementations§
impl Freeze for CacheEntry
impl RefUnwindSafe for CacheEntry
impl Send for CacheEntry
impl Sync for CacheEntry
impl Unpin for CacheEntry
impl UnwindSafe for CacheEntry
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