pub struct Paths {
pub config_file: PathBuf,
pub state_dir: PathBuf,
pub database_file: PathBuf,
pub command_description_cache: PathBuf,
pub daemon_lock_file: PathBuf,
pub socket_file: PathBuf,
}Fields§
§config_file: PathBuf§state_dir: PathBuf§database_file: PathBuf§command_description_cache: PathBuf§daemon_lock_file: PathBuf§socket_file: PathBufImplementations§
Trait Implementations§
impl Eq for Paths
impl StructuralPartialEq for Paths
Auto Trait Implementations§
impl Freeze for Paths
impl RefUnwindSafe for Paths
impl Send for Paths
impl Sync for Paths
impl Unpin for Paths
impl UnsafeUnpin for Paths
impl UnwindSafe for Paths
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