Enum bosonnlp::TaskStatus [] [src]

pub enum TaskStatus {
    Received,
    Running,
    Done,
    Error,
}

聚类任务状态

Variants

成功接收到分析请求

数据分析正在进行中

分析已完成

分析遇到错误退出

Trait Implementations

impl Debug for TaskStatus
[src]

Formats the value using the given formatter.

impl Copy for TaskStatus
[src]

impl Clone for TaskStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for TaskStatus
[src]

impl PartialEq for TaskStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.