pub struct ModInstaller {
pub install_path: PathBuf,
}Fields§
§install_path: PathBufImplementations§
Source§impl ModInstaller
impl ModInstaller
Auto Trait Implementations§
impl Freeze for ModInstaller
impl RefUnwindSafe for ModInstaller
impl Send for ModInstaller
impl Sync for ModInstaller
impl Unpin for ModInstaller
impl UnwindSafe for ModInstaller
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