Enum xo_api_client::RevertSnapshotError [−][src]
pub enum RevertSnapshotError {
ReportedFail,
Rpc(RpcError),
}Expand description
Error during revert of VM snapshot
Variants
Rpc(RpcError)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RevertSnapshotErrorimpl Send for RevertSnapshotErrorimpl Sync for RevertSnapshotErrorimpl Unpin for RevertSnapshotErrorimpl !UnwindSafe for RevertSnapshotError