Enum physis::gamedata::RepairAction
source · pub enum RepairAction {
VersionFileMissing,
VersionFileCanRestore,
}
Expand description
Possible actions to repair game files
Variants§
VersionFileMissing
Indicates a version file is missing for a repository
VersionFileCanRestore
The version file is missing, but it can be restored via a backup
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepairAction
impl RefUnwindSafe for RepairAction
impl Send for RepairAction
impl Sync for RepairAction
impl Unpin for RepairAction
impl UnwindSafe for RepairAction
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