pub struct ConduitProvider;Trait Implementations§
Source§impl ModpackProvider for ConduitProvider
impl ModpackProvider for ConduitProvider
fn export( &self, paths: &CorePaths, output_path: &Path, include_config: bool, ) -> CoreResult<()>
fn analyze(&self, input_path: &Path) -> CoreResult<PackAnalysis>
fn import( &self, paths: &CorePaths, input_path: &Path, callbacks: &mut dyn CoreCallbacks, ) -> CoreResult<()>
Auto Trait Implementations§
impl Freeze for ConduitProvider
impl RefUnwindSafe for ConduitProvider
impl Send for ConduitProvider
impl Sync for ConduitProvider
impl Unpin for ConduitProvider
impl UnsafeUnpin for ConduitProvider
impl UnwindSafe for ConduitProvider
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