Struct google_classroom1::ShortAnswerSubmission[][src]

pub struct ShortAnswerSubmission {
    pub answer: Option<String>,
}

Student work for a short answer question.

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

Fields

Student response to a short-answer question.

Trait Implementations

impl Default for ShortAnswerSubmission
[src]

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

impl Clone for ShortAnswerSubmission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShortAnswerSubmission
[src]

Formats the value using the given formatter. Read more

impl Part for ShortAnswerSubmission
[src]

Auto Trait Implementations