pub struct ConduitModpackManager {
pub manifest: Manifest,
pub lock: Lockfile,
pub include: ConduitInclude,
}Fields§
§manifest: Manifest§lock: Lockfile§include: ConduitIncludeImplementations§
Source§impl ConduitModpackManager
impl ConduitModpackManager
pub fn new( path: PathBuf, manifest: Manifest, lock: Lockfile, include: ConduitInclude, root: &Path, ) -> ConduitResult<Self>
pub fn open(path: PathBuf) -> ConduitResult<Self>
Auto Trait Implementations§
impl Freeze for ConduitModpackManager
impl RefUnwindSafe for ConduitModpackManager
impl Send for ConduitModpackManager
impl Sync for ConduitModpackManager
impl Unpin for ConduitModpackManager
impl UnsafeUnpin for ConduitModpackManager
impl UnwindSafe for ConduitModpackManager
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