Struct grpc_etcd::rpc::AuthRoleGetRequest [] [src]

pub struct AuthRoleGetRequest {
    pub role: String,
    // some fields omitted
}

Fields

Methods

impl AuthRoleGetRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleGetRequest
[src]

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

impl Sync for AuthRoleGetRequest
[src]

impl Message for AuthRoleGetRequest
[src]

impl MessageStatic for AuthRoleGetRequest
[src]

impl Clear for AuthRoleGetRequest
[src]

impl Debug for AuthRoleGetRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleGetRequest
[src]