pub struct SpawnResult {
pub message: String,
pub exit_code: i32,
}
Fields§
§message: String
§exit_code: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnResult
impl RefUnwindSafe for SpawnResult
impl Send for SpawnResult
impl Sync for SpawnResult
impl Unpin for SpawnResult
impl UnwindSafe for SpawnResult
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