pub struct ChildStatus {
pub name: String,
pub pid: u64,
}Expand description
Snapshot of one linked child process.
Fields§
§name: StringChild key from its retained specification.
pid: u64Current process identifier; replacements receive fresh identifiers.
Trait Implementations§
Source§impl Clone for ChildStatus
impl Clone for ChildStatus
Source§fn clone(&self) -> ChildStatus
fn clone(&self) -> ChildStatus
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 ChildStatus
impl Debug for ChildStatus
Source§impl<'de> Deserialize<'de> for ChildStatus
impl<'de> Deserialize<'de> for ChildStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ChildStatus
Source§impl PartialEq for ChildStatus
impl PartialEq for ChildStatus
Source§impl Serialize for ChildStatus
impl Serialize for ChildStatus
impl StructuralPartialEq for ChildStatus
Auto Trait Implementations§
impl Freeze for ChildStatus
impl RefUnwindSafe for ChildStatus
impl Send for ChildStatus
impl Sync for ChildStatus
impl Unpin for ChildStatus
impl UnsafeUnpin for ChildStatus
impl UnwindSafe for ChildStatus
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.