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
VersionBuilder<L>: Freeze,
impl<L> RefUnwindSafe for ModSourcesBuilder<L>where
VersionBuilder<L>: RefUnwindSafe,
impl<L> Send for ModSourcesBuilder<L>where
VersionBuilder<L>: Send,
impl<L> Sync for ModSourcesBuilder<L>where
VersionBuilder<L>: Sync,
impl<L> Unpin for ModSourcesBuilder<L>where
VersionBuilder<L>: Unpin,
impl<L> UnsafeUnpin for ModSourcesBuilder<L>where
VersionBuilder<L>: UnsafeUnpin,
impl<L> UnwindSafe for ModSourcesBuilder<L>where
VersionBuilder<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