Enum google_classroom1::Scope [] [src]

pub enum Scope {
    StudentSubmissionMeReadonly,
    RosterReadonly,
    CourseworkMeReadonly,
    CourseworkStudentReadonly,
    ProfileEmail,
    ProfilePhoto,
    CourseworkStudent,
    StudentSubmissionStudentReadonly,
    CourseReadonly,
    Roster,
    CourseworkMe,
    Course,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

View your course work and grades in Google Classroom

View your Google Classroom class rosters

View your course work and grades in Google Classroom

View course work and grades for students in the Google Classroom classes you teach or administer

View the email addresses of people in your classes

View the profile photos of people in your classes

Manage course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer

View course work and grades for students in the Google Classroom classes you teach or administer

View your Google Classroom classes

Manage your Google Classroom class rosters

Manage your course work and view your grades in Google Classroom

Manage your Google Classroom classes

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

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