Struct nebula_fbthrift_meta_v1::types::JobDesc
source · pub struct JobDesc {
pub id: i32,
pub cmd: String,
pub paras: Vec<String>,
pub status: JobStatus,
pub start_time: i64,
pub stop_time: i64,
/* private fields */
}
Fields§
§id: i32
§cmd: String
§paras: Vec<String>
§status: JobStatus
§start_time: i64
§stop_time: i64
Trait Implementations§
source§impl<P> Deserialize<P> for JobDescwhere
P: ProtocolReader,
impl<P> Deserialize<P> for JobDescwhere
P: ProtocolReader,
source§impl Ord for JobDesc
impl Ord for JobDesc
source§impl PartialEq<JobDesc> for JobDesc
impl PartialEq<JobDesc> for JobDesc
source§impl PartialOrd<JobDesc> for JobDesc
impl PartialOrd<JobDesc> for JobDesc
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more