Enum google_classroom1::Scope[][src]

pub enum Scope {
    ProfileEmail,
    GuardianlinkStudent,
    Announcement,
    ProfilePhoto,
    CourseworkMeReadonly,
    GuardianlinkStudentReadonly,
    StudentSubmissionStudentReadonly,
    Roster,
    GuardianlinkMeReadonly,
    CourseworkMe,
    StudentSubmissionMeReadonly,
    RosterReadonly,
    Course,
    CourseworkStudentReadonly,
    AnnouncementReadonly,
    CourseworkStudent,
    CourseReadonly,
    PushNotification,
}

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 and manage guardians for students in your Google Classroom classes

View and manage announcements in Google Classroom

View the profile photos of people in your classes

View your course work and grades in Google Classroom

View guardians for students in your Google Classroom classes

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

Manage your Google Classroom class rosters

View your Google Classroom guardians

Manage your course work and view your grades in Google Classroom

View your course work and grades in Google Classroom

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 announcements 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 your Google Classroom classes

Receive notifications about your Google Classroom data

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

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope