pub enum RevertSnapshotError {
ReportedFail,
Rpc(RpcError),
}
Expand description
Error during revert of VM snapshot
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RevertSnapshotError
impl !RefUnwindSafe for RevertSnapshotError
impl Send for RevertSnapshotError
impl Sync for RevertSnapshotError
impl Unpin for RevertSnapshotError
impl !UnwindSafe for RevertSnapshotError
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