Struct grpc_etcd::auth::Role [] [src]

pub struct Role {
    pub name: Vec<u8>,
    pub keyPermission: RepeatedField<Permission>,
    // some fields omitted
}

Fields

Methods

impl Role
[src]

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

Returns the "default value" for a type. Read more

impl Sync for Role
[src]

impl Message for Role
[src]

impl MessageStatic for Role
[src]

impl Clear for Role
[src]

impl Debug for Role
[src]

Formats the value using the given formatter.

impl ProtobufValue for Role
[src]