pub struct EvoPaths {
pub home: PathBuf,
pub commands_dir: PathBuf,
pub index_db: PathBuf,
}Fields§
§home: PathBuf§commands_dir: PathBuf§index_db: PathBufImplementations§
Trait Implementations§
impl Eq for EvoPaths
impl StructuralPartialEq for EvoPaths
Auto Trait Implementations§
impl Freeze for EvoPaths
impl RefUnwindSafe for EvoPaths
impl Send for EvoPaths
impl Sync for EvoPaths
impl Unpin for EvoPaths
impl UnsafeUnpin for EvoPaths
impl UnwindSafe for EvoPaths
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