Enum gitlab::systemhooks::ProjectVisibility
source · [−]pub enum ProjectVisibility {
Internal,
Private,
Public,
}Expand description
Visibility levels for projects.
Variants
Internal
The project is only visible to users who are logged in.
Private
The project is only visible to team members.
Public
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.
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