Enum oauth2_github::GithubScope [−][src]
pub enum GithubScope {
Show 34 variants
Repo,
RepoStatus,
RepoDeployment,
PublicRepo,
RepoInvite,
SecurityEvents,
AdminRepoHook,
WriteRepoHook,
ReadRepoHook,
AdminOrg,
WriteOrg,
ReadOrg,
AdminPublicKey,
WritePublicKey,
ReadPublicKey,
AdminOrgHook,
Gist,
Notifications,
User,
ReadUser,
UserEmail,
UserFollow,
DeleteRepo,
WriteDiscussion,
ReadDiscussion,
WritePackages,
ReadPackages,
DeletePackages,
AdminGpgKey,
WriteGpgKey,
ReadGpgKey,
Codespace,
Workflow,
Other(String),
}Variants
Repo
RepoStatus
RepoDeployment
PublicRepo
RepoInvite
SecurityEvents
AdminRepoHook
WriteRepoHook
ReadRepoHook
AdminOrg
WriteOrg
ReadOrg
AdminPublicKey
WritePublicKey
ReadPublicKey
AdminOrgHook
Gist
Notifications
User
ReadUser
UserEmail
UserFollow
DeleteRepo
WriteDiscussion
ReadDiscussion
WritePackages
ReadPackages
DeletePackages
AdminGpgKey
WriteGpgKey
ReadGpgKey
Codespace
Workflow
Other(String)
Tuple Fields
0: StringTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GithubScope
impl Send for GithubScope
impl Sync for GithubScope
impl Unpin for GithubScope
impl UnwindSafe for GithubScope
Blanket Implementations
Mutably borrows from an owned value. Read more