pub struct ContextCache {
pub root: PathBuf,
pub manifest: CacheManifest,
}Fields§
§root: PathBuf§manifest: CacheManifestImplementations§
Source§impl ContextCache
impl ContextCache
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextCache
impl RefUnwindSafe for ContextCache
impl Send for ContextCache
impl Sync for ContextCache
impl Unpin for ContextCache
impl UnwindSafe for ContextCache
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