Enum physis::patch::PatchError
source · pub enum PatchError {
InvalidPatchFile,
ParseError,
}
Expand description
Errors emitted in the patching process
Variants§
Trait Implementations§
source§impl Debug for PatchError
impl Debug for PatchError
source§impl From<Error> for PatchError
impl From<Error> for PatchError
Auto Trait Implementations§
impl Freeze for PatchError
impl RefUnwindSafe for PatchError
impl Send for PatchError
impl Sync for PatchError
impl Unpin for PatchError
impl UnwindSafe for PatchError
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