pub struct Scoped {
pub user: ProjectDirs,
pub system: ProjectDirs,
pub local: ProjectDirs,
}
Expand description
Project directories gathered by scope: user, system and local (pwd)
Fields§
§user: ProjectDirs
§system: ProjectDirs
§local: ProjectDirs
Auto Trait Implementations§
impl Freeze for Scoped
impl RefUnwindSafe for Scoped
impl Send for Scoped
impl Sync for Scoped
impl Unpin for Scoped
impl UnwindSafe for Scoped
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