Struct fasttext::Prediction[][src]

pub struct Prediction {
    pub prob: f32,
    pub label: String,
}

Fields

Trait Implementations

impl Debug for Prediction
[src]

Formats the value using the given formatter. Read more

impl Clone for Prediction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Prediction

impl Sync for Prediction