pub struct StopReceipt {
pub provider: String,
pub elapsed_mono_ns: u64,
pub cleanup: String,
}Expand description
Proof that a dispatched process group was killed and reaped.
Fields§
§provider: StringStable capsule identity.
elapsed_mono_ns: u64Elapsed monotonic time.
cleanup: StringBounded cleanup evidence.
Trait Implementations§
Source§impl Clone for StopReceipt
impl Clone for StopReceipt
Source§fn clone(&self) -> StopReceipt
fn clone(&self) -> StopReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopReceipt
impl Debug for StopReceipt
impl Eq for StopReceipt
Source§impl PartialEq for StopReceipt
impl PartialEq for StopReceipt
impl StructuralPartialEq for StopReceipt
Auto Trait Implementations§
impl Freeze for StopReceipt
impl RefUnwindSafe for StopReceipt
impl Send for StopReceipt
impl Sync for StopReceipt
impl Unpin for StopReceipt
impl UnsafeUnpin for StopReceipt
impl UnwindSafe for StopReceipt
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