Struct component_events::events::StoppedPayload
source · pub struct StoppedPayload {
pub status: ExitStatus,
}
Fields§
§status: ExitStatus
Trait Implementations§
Auto Trait Implementations§
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