pub struct StockSnapshot {
pub game_id: GameId,
pub path: PathBuf,
pub hash: String,
}Expand description
A snapshot of a vanilla game installation.
Fields§
§game_id: GameId§path: PathBuf§hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StockSnapshot
impl RefUnwindSafe for StockSnapshot
impl Send for StockSnapshot
impl Sync for StockSnapshot
impl Unpin for StockSnapshot
impl UnsafeUnpin for StockSnapshot
impl UnwindSafe for StockSnapshot
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