Struct machinebox::suggestionbox::Choice [] [src]

pub struct Choice {
    pub id: String,
    pub features: Vec<Feature>,
}

A choice represents a value that can be predicted for a user, and includes a set of features

Fields

The ID of the choice

List of features for this choice

Trait Implementations

impl Debug for Choice
[src]

[src]

Formats the value using the given formatter.

impl Clone for Choice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more