pub struct ConfigPaths {
pub config_file: PathBuf,
pub packages_file: PathBuf,
pub paths_file: PathBuf,
}Expand description
Paths to configuration and metadata files
Fields§
§config_file: PathBuf§packages_file: PathBuf§paths_file: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for ConfigPaths
impl RefUnwindSafe for ConfigPaths
impl Send for ConfigPaths
impl Sync for ConfigPaths
impl Unpin for ConfigPaths
impl UnsafeUnpin for ConfigPaths
impl UnwindSafe for ConfigPaths
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