Struct distant_core::data::RunningProcess [−][src]
Expand description
Represents information about a running process
Fields
cmd: StringName of the command being run
args: Vec<String>Arguments for the command
id: usizeArbitrary id associated with running process
Not the same as the process’ pid!
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RunningProcess
impl Send for RunningProcess
impl Sync for RunningProcess
impl Unpin for RunningProcess
impl UnwindSafe for RunningProcess
Blanket Implementations
Mutably borrows from an owned value. Read more