pub struct ConfigPaths {
pub config_dir: PathBuf,
pub config_file: PathBuf,
pub cache_dir: PathBuf,
}Expand description
Resolved paths for all ryra config/state files.
Fields§
§config_dir: PathBuf§config_file: PathBuf§cache_dir: PathBufImplementations§
Source§impl ConfigPaths
impl ConfigPaths
Auto Trait Implementations§
impl Freeze for ConfigPaths
impl RefUnwindSafe for ConfigPaths
impl Send for ConfigPaths
impl Sync for ConfigPaths
impl Unpin for ConfigPaths
impl UnsafeUnpin for ConfigPaths
impl UnwindSafe for ConfigPaths
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