Struct bosonnlp::ClusterContent [] [src]

pub struct ClusterContent {
    pub _id: String,
    pub text: String,
}

聚类任务单个输入内容

Fields

文档编号

文档内容

Trait Implementations

impl Debug for ClusterContent
[src]

Formats the value using the given formatter.

impl Clone for ClusterContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClusterContent
[src]

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

This method tests for !=.

impl Eq for ClusterContent
[src]

impl Hash for ClusterContent
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<String> for ClusterContent
[src]

Performs the conversion.

impl<'a> From<&'a str> for ClusterContent
[src]

Performs the conversion.