pub struct ExistingUserDirectory {
pub install_type: ExistingInstallType,
pub path: String,
}Expand description
An existing user directory.
Fields§
§install_type: ExistingInstallTypeThe application where this directory was from.
path: StringThe 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 UnsafeUnpin 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