Struct mackerel_client::role::Role [] [src]

pub struct Role {
    pub name: String,
    pub memo: String,
}

A role

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Role
[src]

Formats the value using the given formatter.