pub struct ProjectFiles;Implementations§
Source§impl ProjectFiles
impl ProjectFiles
pub fn load_manifest(paths: &CorePaths) -> CoreResult<ConduitConfig>
pub fn save_manifest( paths: &CorePaths, config: &ConduitConfig, ) -> CoreResult<()>
pub fn load_lock(paths: &CorePaths) -> CoreResult<ConduitLock>
pub fn save_lock(paths: &CorePaths, lock: &ConduitLock) -> CoreResult<()>
Auto Trait Implementations§
impl Freeze for ProjectFiles
impl RefUnwindSafe for ProjectFiles
impl Send for ProjectFiles
impl Sync for ProjectFiles
impl Unpin for ProjectFiles
impl UnsafeUnpin for ProjectFiles
impl UnwindSafe for ProjectFiles
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