Struct google_classroom1::SharedDriveFile [] [src]

pub struct SharedDriveFile {
    pub drive_file: Option<DriveFile>,
    pub share_mode: Option<String>,
}

Drive file that is used as material for course work.

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

Fields

Drive file details.

Mechanism by which students access the Drive item.

Trait Implementations

impl Debug for SharedDriveFile
[src]

Formats the value using the given formatter.

impl Clone for SharedDriveFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SharedDriveFile
[src]

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

impl Part for SharedDriveFile
[src]