pub struct BepInExInstallManager {
pub ksp2_install_path: PathBuf,
pub zip_url: String,
}Fields§
§ksp2_install_path: PathBuf§zip_url: StringImplementations§
Auto Trait Implementations§
impl Freeze for BepInExInstallManager
impl RefUnwindSafe for BepInExInstallManager
impl Send for BepInExInstallManager
impl Sync for BepInExInstallManager
impl Unpin for BepInExInstallManager
impl UnsafeUnpin for BepInExInstallManager
impl UnwindSafe for BepInExInstallManager
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