Enum cargo_registry::owner::Rights [] [src]

pub enum Rights {
    None,
    Publish,
    Full,
}

Access rights to the crate (publishing and ownership management) NOTE: The order of these variants matters!

Variants

Trait Implementations

impl PartialEq for Rights
[src]

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

This method tests for !=.

impl Eq for Rights
[src]

impl PartialOrd for Rights
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Rights
[src]

This method returns an Ordering between self and other. Read more