pub struct OxidePaths {
pub home: PathBuf,
pub config: PathBuf,
pub cache: PathBuf,
pub templates: PathBuf,
pub auth: PathBuf,
pub addons: PathBuf,
pub addons_index: PathBuf,
}Fields§
§home: PathBuf§config: PathBuf§cache: PathBuf§templates: PathBuf§auth: PathBuf§addons: PathBuf§addons_index: PathBufImplementations§
Source§impl OxidePaths
impl OxidePaths
Auto Trait Implementations§
impl Freeze for OxidePaths
impl RefUnwindSafe for OxidePaths
impl Send for OxidePaths
impl Sync for OxidePaths
impl Unpin for OxidePaths
impl UnsafeUnpin for OxidePaths
impl UnwindSafe for OxidePaths
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