Enum gitlab::systemhooks::ProjectVisibility [−][src]
pub enum ProjectVisibility { Internal, Private, Public, }
Expand description
Visibility levels for projects.
Variants
The project is only visible to users who are logged in.
The project is only visible to team members.
The project is visible to everyone.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProjectVisibility
impl Send for ProjectVisibility
impl Sync for ProjectVisibility
impl Unpin for ProjectVisibility
impl UnwindSafe for ProjectVisibility
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