pub struct RuntimeGlobalPaths {
pub config: PathBuf,
pub cache: PathBuf,
pub state: PathBuf,
}Fields§
§config: PathBufthe users global configuration directory, determined at runtime
cache: PathBufthe users global cache directory, determined at runtime
state: PathBufthe users global state directory, determined at runtime
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeGlobalPaths
impl Clone for RuntimeGlobalPaths
Source§fn clone(&self) -> RuntimeGlobalPaths
fn clone(&self) -> RuntimeGlobalPaths
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeGlobalPaths
impl Debug for RuntimeGlobalPaths
Auto Trait Implementations§
impl Freeze for RuntimeGlobalPaths
impl RefUnwindSafe for RuntimeGlobalPaths
impl Send for RuntimeGlobalPaths
impl Sync for RuntimeGlobalPaths
impl Unpin for RuntimeGlobalPaths
impl UnsafeUnpin for RuntimeGlobalPaths
impl UnwindSafe for RuntimeGlobalPaths
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