pub struct LauncherPaths {
pub name: String,
pub data_dir: PathBuf,
pub config_dir: PathBuf,
pub cache_dir: PathBuf,
}Expand description
Resolved per-launcher paths.
Fields§
§name: String§data_dir: PathBuf§config_dir: PathBuf§cache_dir: PathBufTrait Implementations§
Source§impl Clone for LauncherPaths
impl Clone for LauncherPaths
Source§fn clone(&self) -> LauncherPaths
fn clone(&self) -> LauncherPaths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LauncherPaths
impl RefUnwindSafe for LauncherPaths
impl Send for LauncherPaths
impl Sync for LauncherPaths
impl Unpin for LauncherPaths
impl UnsafeUnpin for LauncherPaths
impl UnwindSafe for LauncherPaths
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