pub enum GoogleSlidesAPIv1 {
AuthDrive,
AuthDriveFile,
AuthDriveReadOnly,
AuthPresentations,
AuthPresentationsReadOnly,
AuthspReadsheets,
AuthspReadsheetsReadOnly,
}Expand description
Google Slides API, v1
Variants§
AuthDrive
Documentation: See, edit, create, and delete all of your Google Drive files, Scope: https://www.googleapis.com/auth/drive
AuthDriveFile
Documentation: See, edit, create, and delete only the specific Google Drive files you use with this app, Scope: https://www.googleapis.com/auth/drive.file
AuthDriveReadOnly
Documentation: See and download all your Google Drive files, Scope: https://www.googleapis.com/auth/drive.readonly
AuthPresentations
Documentation: See, edit, create, and delete all your Google Slides presentations, Scope: https://www.googleapis.com/auth/presentations
AuthPresentationsReadOnly
Documentation: See all your Google Slides presentations, Scope: https://www.googleapis.com/auth/presentations.readonly
AuthspReadsheets
Documentation: See, edit, create, and delete all your Google Sheets spreadsheets, Scope: https://www.googleapis.com/auth/spreadsheets
AuthspReadsheetsReadOnly
Documentation: See all your Google Sheets spreadsheets, Scope: https://www.googleapis.com/auth/spreadsheets.readonly
Trait Implementations§
Source§impl Clone for GoogleSlidesAPIv1
impl Clone for GoogleSlidesAPIv1
Source§fn clone(&self) -> GoogleSlidesAPIv1
fn clone(&self) -> GoogleSlidesAPIv1
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for GoogleSlidesAPIv1
impl Debug for GoogleSlidesAPIv1
Source§impl FromGoogleScope<GoogleSlidesAPIv1> for GoogleSlidesAPIv1
impl FromGoogleScope<GoogleSlidesAPIv1> for GoogleSlidesAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<GoogleSlidesAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<GoogleSlidesAPIv1, ()>
Err if you input an invalid Google Scope.Source§impl Hash for GoogleSlidesAPIv1
impl Hash for GoogleSlidesAPIv1
Source§impl PartialEq for GoogleSlidesAPIv1
impl PartialEq for GoogleSlidesAPIv1
Source§impl ToGoogleScope for GoogleSlidesAPIv1
impl ToGoogleScope for GoogleSlidesAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
str literal