Struct google_classroom1::DriveFolder [−][src]
pub struct DriveFolder {
pub title: Option<String>,
pub id: Option<String>,
pub alternate_link: Option<String>,
}Representation of a Google Drive folder.
This type is not used in any activity, and only used as part of another schema.
Fields
title: Option<String>
Title of the Drive folder.
Read-only.
id: Option<String>
Drive API resource ID.
alternate_link: Option<String>
URL that can be used to access the Drive folder.
Read-only.
Trait Implementations
impl Default for DriveFolder[src]
impl Default for DriveFolderfn default() -> DriveFolder[src]
fn default() -> DriveFolderReturns the "default value" for a type. Read more
impl Clone for DriveFolder[src]
impl Clone for DriveFolderfn clone(&self) -> DriveFolder[src]
fn clone(&self) -> DriveFolderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for DriveFolder[src]
impl Debug for DriveFolderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for DriveFolder[src]
impl Part for DriveFolderAuto Trait Implementations
impl Send for DriveFolder
impl Send for DriveFolderimpl Sync for DriveFolder
impl Sync for DriveFolder