Struct grpc_etcd::rpc::AuthenticateResponse [] [src]

pub struct AuthenticateResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub token: String,
    // some fields omitted
}

Fields

Methods

impl AuthenticateResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthenticateResponse
[src]

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

impl Sync for AuthenticateResponse
[src]

impl Message for AuthenticateResponse
[src]

impl MessageStatic for AuthenticateResponse
[src]

impl Clear for AuthenticateResponse
[src]

impl Debug for AuthenticateResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthenticateResponse
[src]