Struct grpc_etcd::rpc::AuthenticateRequest [] [src]

pub struct AuthenticateRequest {
    pub name: String,
    pub password: String,
    // some fields omitted
}

Fields

Methods

impl AuthenticateRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthenticateRequest
[src]

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

impl Sync for AuthenticateRequest
[src]

impl Message for AuthenticateRequest
[src]

impl MessageStatic for AuthenticateRequest
[src]

impl Clear for AuthenticateRequest
[src]

impl Debug for AuthenticateRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthenticateRequest
[src]