pub struct ModSourcesBuilder<L> { /* private fields */ }Expand description
Sub-builder accumulating mod sources and an optional modpack.
Implementations§
Source§impl<L> ModSourcesBuilder<L>
impl<L> ModSourcesBuilder<L>
Sourcepub fn done(self) -> VersionBuilder<L>
pub fn done(self) -> VersionBuilder<L>
Threads the accumulated mod requests and modpack source back into the parent builder.
Auto Trait Implementations§
impl<L> Freeze for ModSourcesBuilder<L>where
L: Freeze,
impl<L> RefUnwindSafe for ModSourcesBuilder<L>where
L: RefUnwindSafe,
impl<L> Send for ModSourcesBuilder<L>where
L: Send,
impl<L> Sync for ModSourcesBuilder<L>where
L: Sync,
impl<L> Unpin for ModSourcesBuilder<L>where
L: Unpin,
impl<L> UnsafeUnpin for ModSourcesBuilder<L>where
L: UnsafeUnpin,
impl<L> UnwindSafe for ModSourcesBuilder<L>where
L: UnwindSafe,
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