pub struct InstallPaths {
pub appimages_dir: PathBuf,
pub binaries_dir: PathBuf,
pub archives_dir: PathBuf,
}Expand description
Directories where packages are installed
Fields§
§appimages_dir: PathBuf§binaries_dir: PathBuf§archives_dir: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for InstallPaths
impl RefUnwindSafe for InstallPaths
impl Send for InstallPaths
impl Sync for InstallPaths
impl Unpin for InstallPaths
impl UnsafeUnpin for InstallPaths
impl UnwindSafe for InstallPaths
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