pub struct RestoreRunnerOutcome {
pub response: RestoreRunResponse,
pub error: Option<RestoreRunnerError>,
}Expand description
RestoreRunnerOutcome
Fields§
§response: RestoreRunResponse§error: Option<RestoreRunnerError>Auto Trait Implementations§
impl Freeze for RestoreRunnerOutcome
impl !RefUnwindSafe for RestoreRunnerOutcome
impl Send for RestoreRunnerOutcome
impl Sync for RestoreRunnerOutcome
impl Unpin for RestoreRunnerOutcome
impl UnsafeUnpin for RestoreRunnerOutcome
impl !UnwindSafe for RestoreRunnerOutcome
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