Struct bosonnlp::TaskPushResp [] [src]

pub struct TaskPushResp {
    pub task_id: String,
    pub count: usize,
}

聚类任务提交响应

Fields

Trait Implementations

impl Debug for TaskPushResp
[src]

Formats the value using the given formatter.

impl Clone for TaskPushResp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more