Enum google_classroom1::Scope [] [src]

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

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

Variants

View the email addresses of people in your classes

View your Google Classroom class rosters

Manage your Google Classroom classes

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

View instructions for teacher-assigned work in your Google Classroom classes

View your course work and grades in Google Classroom

View the profile photos of people in your classes

View your course work and grades in Google Classroom

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

Trait Implementations

impl Hash for Scope
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Scope
[src]

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 AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

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