Enum gitlab_api::ListingVisibility [] [src]

pub enum ListingVisibility {
    Public,
    Internal,
    Private,
}

Variants

Trait Implementations

impl Copy for ListingVisibility
[src]

impl Clone for ListingVisibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListingVisibility
[src]

Formats the value using the given formatter.