Struct google_classroom1::Material [] [src]

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

Material attached to course work. When creating attachments, only the Link field may be specified.

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

Fields

YouTube video material.

Google Drive file material.

Link material.

Google Forms material.

Trait Implementations

impl Debug for Material
[src]

Formats the value using the given formatter.

impl Clone for Material
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Material
[src]

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

impl Part for Material
[src]