pub struct DefaultPaths {
pub root: PathBuf,
pub state_dir: PathBuf,
pub cache_dir: PathBuf,
pub logs_dir: PathBuf,
}Fields§
§root: PathBuf§state_dir: PathBuf§cache_dir: PathBuf§logs_dir: PathBufImplementations§
Trait Implementations§
Source§impl Clone for DefaultPaths
impl Clone for DefaultPaths
Source§fn clone(&self) -> DefaultPaths
fn clone(&self) -> DefaultPaths
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 moreAuto Trait Implementations§
impl Freeze for DefaultPaths
impl RefUnwindSafe for DefaultPaths
impl Send for DefaultPaths
impl Sync for DefaultPaths
impl Unpin for DefaultPaths
impl UnwindSafe for DefaultPaths
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