Enum gitlab::api::projects::FeatureAccessLevel [−][src]
pub enum FeatureAccessLevel { Disabled, Private, Enabled, }
Expand description
Access levels available for most features.
Variants
The feature is not available at all.
The features is only available to project members.
The feature is available to everyone with access to the project.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FeatureAccessLevel
impl Send for FeatureAccessLevel
impl Sync for FeatureAccessLevel
impl Unpin for FeatureAccessLevel
impl UnwindSafe for FeatureAccessLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more