pub struct XdgPaths {
pub config_file: PathBuf,
pub data_dir: PathBuf,
pub cache_dir: PathBuf,
pub sources_dir: PathBuf,
pub db_file: PathBuf,
}Fields§
§config_file: PathBuf§data_dir: PathBuf§cache_dir: PathBuf§sources_dir: PathBuf§db_file: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for XdgPaths
impl RefUnwindSafe for XdgPaths
impl Send for XdgPaths
impl Sync for XdgPaths
impl Unpin for XdgPaths
impl UnsafeUnpin for XdgPaths
impl UnwindSafe for XdgPaths
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