Enum hubcaps::repositories::Visibility [] [src]

pub enum Visibility {
    All,
    Public,
    Private,
}

describes repository visibilities

Variants

Trait Implementations

impl Clone for Visibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Visibility
[src]

Formats the value using the given formatter.

impl PartialEq for Visibility
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Visibility
[src]

Formats the value using the given formatter. Read more