Enum extrahop::sharing::Role [] [src]

pub enum Role {
    Viewer,
    Editor,
}

A set of permissions grantable to a user or group.

Variants

Grants read access to a resource.

Grants read, edit, and sharing access to a resource. The ability to edit may be limited by the user's system role.

Trait Implementations

impl Debug for Role
[src]

Formats the value using the given formatter.

impl Clone for Role
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Role
[src]

impl PartialEq for Role
[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 Role
[src]

impl Hash for Role
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for Role
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more