Enum oauth2_gitlab::GitlabScope [−][src]
pub enum GitlabScope {
Api,
ReadUser,
ReadApi,
ReadRepository,
WriteRepository,
ReadRegistry,
WriteRegistry,
Sudo,
Openid,
Profile,
Email,
Other(String),
}
Variants
Api
ReadUser
ReadApi
ReadRepository
WriteRepository
ReadRegistry
WriteRegistry
Sudo
Openid
Profile
Email
Other(String)
Tuple Fields
0: String
Trait 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 GitlabScope
impl Send for GitlabScope
impl Sync for GitlabScope
impl Unpin for GitlabScope
impl UnwindSafe for GitlabScope
Blanket Implementations
Mutably borrows from an owned value. Read more