Enum physis::gamedata::RepairError
source · pub enum RepairError<'a> {
FailedRepair(&'a Repository),
}
Expand description
Possible errors emitted through the repair process
Variants§
FailedRepair(&'a Repository)
Failed to repair a repository
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RepairError<'a>
impl<'a> RefUnwindSafe for RepairError<'a>
impl<'a> Send for RepairError<'a>
impl<'a> Sync for RepairError<'a>
impl<'a> Unpin for RepairError<'a>
impl<'a> UnwindSafe for RepairError<'a>
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