Struct pancake_engine_ssi::opers::sicr::paths::ScndIdxCreationsDir
source · pub struct ScndIdxCreationsDir {
dir: AntiCollisionParentDir,
}Fields§
§dir: AntiCollisionParentDirImplementations§
source§impl ScndIdxCreationsDir
impl ScndIdxCreationsDir
pub fn load_or_new<P: AsRef<Path>>(dir_path: P) -> Result<Self>
pub(super) fn create_new_job_dir(&self) -> Result<ScndIdxCreationJobDir>
Auto Trait Implementations§
impl RefUnwindSafe for ScndIdxCreationsDir
impl Send for ScndIdxCreationsDir
impl Sync for ScndIdxCreationsDir
impl Unpin for ScndIdxCreationsDir
impl UnwindSafe for ScndIdxCreationsDir
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