Struct google_classroom1::MultipleChoiceQuestion [] [src]

pub struct MultipleChoiceQuestion {
    pub choices: Option<Vec<String>>,
}

Additional details for multiple-choice questions.

This type is not used in any activity, and only used as part of another schema.

Fields

Possible choices.

Trait Implementations

impl Debug for MultipleChoiceQuestion
[src]

Formats the value using the given formatter.

impl Clone for MultipleChoiceQuestion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MultipleChoiceQuestion
[src]

Returns the "default value" for a type. Read more

impl Part for MultipleChoiceQuestion
[src]