pub struct ChildCleanup {
pub name: String,
pub pid: u64,
pub disposition: ProcessCleanup,
}Expand description
Cleanup result for one named child process.
Fields§
§name: StringChild key from its retained declaration.
pid: u64Process identifier whose tombstone was observed.
disposition: ProcessCleanupWhether Frame killed a survivor or found it already dead.
Trait Implementations§
Source§impl Clone for ChildCleanup
impl Clone for ChildCleanup
Source§fn clone(&self) -> ChildCleanup
fn clone(&self) -> ChildCleanup
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 ChildCleanup
impl Debug for ChildCleanup
impl Eq for ChildCleanup
Source§impl PartialEq for ChildCleanup
impl PartialEq for ChildCleanup
impl StructuralPartialEq for ChildCleanup
Auto Trait Implementations§
impl Freeze for ChildCleanup
impl RefUnwindSafe for ChildCleanup
impl Send for ChildCleanup
impl Sync for ChildCleanup
impl Unpin for ChildCleanup
impl UnsafeUnpin for ChildCleanup
impl UnwindSafe for ChildCleanup
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.