Struct google_classroom1::CourseMaterial [] [src]

pub struct CourseMaterial {
    pub you_tube_video: Option<YouTubeVideo>,
    pub drive_file: Option<DriveFile>,
    pub link: Option<Link>,
    pub form: Option<Form>,
}

A material attached to a course as part of a material set.

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

Fields

Youtube video attachment.

Google Drive file attachment.

Link atatchment.

Google Forms attachment.

Trait Implementations

impl Default for CourseMaterial
[src]

[src]

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

impl Clone for CourseMaterial
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CourseMaterial
[src]

[src]

Formats the value using the given formatter.

impl Part for CourseMaterial
[src]