pub struct LightyModSourcesBuilder { /* private fields */ }Expand description
Sub-builder accumulating user-attached Modrinth / CurseForge mods
on a LightyVersionBuilder. No modpack methods — LightyUpdater
is already the modpack source.
Implementations§
Source§impl LightyModSourcesBuilder
impl LightyModSourcesBuilder
Sourcepub fn done(self) -> LightyVersionBuilder
pub fn done(self) -> LightyVersionBuilder
Threads the accumulated mod requests back into the parent builder.
Auto Trait Implementations§
impl Freeze for LightyModSourcesBuilder
impl RefUnwindSafe for LightyModSourcesBuilder
impl Send for LightyModSourcesBuilder
impl Sync for LightyModSourcesBuilder
impl Unpin for LightyModSourcesBuilder
impl UnsafeUnpin for LightyModSourcesBuilder
impl UnwindSafe for LightyModSourcesBuilder
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