Struct sozu_command_lib::command::WorkerInfo [−][src]
Fields
id: u32
pid: i32
run_state: RunState
Trait Implementations
impl Debug for WorkerInfo[src]
impl Debug for WorkerInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for WorkerInfo[src]
impl Clone for WorkerInfofn clone(&self) -> WorkerInfo[src]
fn clone(&self) -> WorkerInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for WorkerInfo[src]
impl PartialEq for WorkerInfofn eq(&self, other: &WorkerInfo) -> bool[src]
fn eq(&self, other: &WorkerInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WorkerInfo) -> bool[src]
fn ne(&self, other: &WorkerInfo) -> boolThis method tests for !=.
impl Eq for WorkerInfo[src]
impl Eq for WorkerInfoimpl Hash for WorkerInfo[src]
impl Hash for WorkerInfoAuto Trait Implementations
impl Send for WorkerInfo
impl Send for WorkerInfoimpl Sync for WorkerInfo
impl Sync for WorkerInfo