pub struct CorePaths {
pub project_dir: PathBuf,
pub config_path: PathBuf,
pub lock_path: PathBuf,
pub mods_dir: PathBuf,
pub cache_dir: PathBuf,
}Fields§
§project_dir: PathBuf§config_path: PathBuf§lock_path: PathBuf§mods_dir: PathBuf§cache_dir: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CorePaths
impl RefUnwindSafe for CorePaths
impl Send for CorePaths
impl Sync for CorePaths
impl Unpin for CorePaths
impl UnsafeUnpin for CorePaths
impl UnwindSafe for CorePaths
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