Struct physis::existing_dirs::ExistingUserDirectory
source · pub struct ExistingUserDirectory {
pub install_type: ExistingInstallType,
pub path: String,
}
Expand description
An existing user directory
Fields§
§install_type: ExistingInstallType
The application where this directory was from
path: String
The path to the user folder
Auto Trait Implementations§
impl Freeze for ExistingUserDirectory
impl RefUnwindSafe for ExistingUserDirectory
impl Send for ExistingUserDirectory
impl Sync for ExistingUserDirectory
impl Unpin for ExistingUserDirectory
impl UnwindSafe for ExistingUserDirectory
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