pub struct InstallerInfo {
pub file_path: String,
pub meta_data: String,
pub ext: String,
pub id: String,
pub old_api: bool,
}Expand description
Result of a successful installer JAR download.
Fields§
§file_path: String§meta_data: String§ext: String§id: String§old_api: boolNeoForge only: whether to use the legacy (1.20.1-era) API path.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstallerInfo
impl RefUnwindSafe for InstallerInfo
impl Send for InstallerInfo
impl Sync for InstallerInfo
impl Unpin for InstallerInfo
impl UnsafeUnpin for InstallerInfo
impl UnwindSafe for InstallerInfo
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