Struct grpc_etcd::rpc::AuthRoleAddRequest [] [src]

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

Fields

Methods

impl AuthRoleAddRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleAddRequest
[src]

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

impl Sync for AuthRoleAddRequest
[src]

impl Message for AuthRoleAddRequest
[src]

impl MessageStatic for AuthRoleAddRequest
[src]

impl Clear for AuthRoleAddRequest
[src]

impl Debug for AuthRoleAddRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleAddRequest
[src]