pub struct FsExe {
pub game: String,
pub ver: String,
pub path: PathBuf,
}Fields§
§game: String§ver: String§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsExe
impl RefUnwindSafe for FsExe
impl Send for FsExe
impl Sync for FsExe
impl Unpin for FsExe
impl UnsafeUnpin for FsExe
impl UnwindSafe for FsExe
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