pub struct StoppedPayload {
pub status: ExitStatus,
pub exit_code: Option<i64>,
}
Fields§
§status: ExitStatus
§exit_code: Option<i64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoppedPayload
impl RefUnwindSafe for StoppedPayload
impl Send for StoppedPayload
impl Sync for StoppedPayload
impl Unpin for StoppedPayload
impl UnwindSafe for StoppedPayload
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