pub enum GoogleFormsAPIv1 {
AuthDrive,
AuthDriveFile,
AuthDriveReadOnly,
AuthFormsBody,
AuthFormsBodyReadOnly,
AuthFormsResponsesReadOnly,
}Expand description
Google Forms 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
AuthFormsBody
Documentation: See, edit, create, and delete all your Google Forms forms, Scope: https://www.googleapis.com/auth/forms.body
AuthFormsBodyReadOnly
Documentation: See all your Google Forms forms, Scope: https://www.googleapis.com/auth/forms.body.readonly
AuthFormsResponsesReadOnly
Documentation: See all responses to your Google Forms forms, Scope: https://www.googleapis.com/auth/forms.responses.readonly
Trait Implementations§
Source§impl Clone for GoogleFormsAPIv1
impl Clone for GoogleFormsAPIv1
Source§fn clone(&self) -> GoogleFormsAPIv1
fn clone(&self) -> GoogleFormsAPIv1
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for GoogleFormsAPIv1
impl Debug for GoogleFormsAPIv1
Source§impl FromGoogleScope<GoogleFormsAPIv1> for GoogleFormsAPIv1
impl FromGoogleScope<GoogleFormsAPIv1> for GoogleFormsAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<GoogleFormsAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<GoogleFormsAPIv1, ()>
Err if you input an invalid Google Scope.Source§impl Hash for GoogleFormsAPIv1
impl Hash for GoogleFormsAPIv1
Source§impl PartialEq for GoogleFormsAPIv1
impl PartialEq for GoogleFormsAPIv1
Source§impl ToGoogleScope for GoogleFormsAPIv1
impl ToGoogleScope for GoogleFormsAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
str literal