Struct google_classroom1::Material [] [src]

pub struct Material {
    pub link: Option<Link>,
    pub drive_file: Option<SharedDriveFile>,
    pub youtube_video: Option<YouTubeVideo>,
    pub form: Option<Form>,
}

Material attached to course work.

When creating attachments, setting the form field is not supported.

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

Fields

Link material. On creation, will be upgraded to a more appropriate type if possible, and this will be reflected in the response.

Google Drive file material.

YouTube video material.

Google Forms material.

Trait Implementations

impl Default for Material
[src]

[src]

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

impl Clone for Material
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Material
[src]

[src]

Formats the value using the given formatter.

impl Part for Material
[src]