pub struct GithubTokenScope {
Show 15 fields pub repo: GithubScopeRepo, pub workflow: bool, pub packages: GithubScopeLevel, pub delete_packages: bool, pub org: GithubScopeAdminLevel, pub public_key: GithubScopeAdminLevel, pub repo_hook: GithubScopeAdminLevel, pub org_hook: bool, pub gist: bool, pub notifications: bool, pub user: GithubScopeUser, pub delete_repo: bool, pub discussion: GithubScopeLevel, pub enterprise: GithubScopeEnterprise, pub gpg_key: GithubScopeAdminLevel,
}
Expand description

All token scope data

Fields

repo: GithubScopeRepoworkflow: boolpackages: GithubScopeLeveldelete_packages: boolorg: GithubScopeAdminLevelpublic_key: GithubScopeAdminLevelrepo_hook: GithubScopeAdminLevelorg_hook: boolgist: boolnotifications: booluser: GithubScopeUserdelete_repo: booldiscussion: GithubScopeLevelenterprise: GithubScopeEnterprisegpg_key: GithubScopeAdminLevel

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more