Struct grpc_etcd::auth::User [] [src]

pub struct User {
    pub name: Vec<u8>,
    pub password: Vec<u8>,
    pub roles: RepeatedField<String>,
    // some fields omitted
}

Fields

Methods

impl User
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for User
[src]

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

impl Sync for User
[src]

impl Message for User
[src]

impl MessageStatic for User
[src]

impl Clear for User
[src]

impl Debug for User
[src]

Formats the value using the given formatter.

impl ProtobufValue for User
[src]