Enum gitlab::api::common::ProtectedAccessLevel [−][src]
pub enum ProtectedAccessLevel {
Developer,
Maintainer,
Admin,
NoAccess,
}
Expand description
Access levels for protected branches and tags.
Variants
Developer
Developers and maintainers may perform the action.
Maintainer
Maintainers may perform the action.
Admin
Only administrators may perform the action.
NoAccess
The action is not allowed at all.
Trait Implementations
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProtectedAccessLevel
impl Send for ProtectedAccessLevel
impl Sync for ProtectedAccessLevel
impl Unpin for ProtectedAccessLevel
impl UnwindSafe for ProtectedAccessLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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