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