Struct grpc_etcd::rpc::AuthRoleDeleteRequest [] [src]

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

Fields

Methods

impl AuthRoleDeleteRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleDeleteRequest
[src]

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

impl Sync for AuthRoleDeleteRequest
[src]

impl Message for AuthRoleDeleteRequest
[src]

impl MessageStatic for AuthRoleDeleteRequest
[src]

impl Clear for AuthRoleDeleteRequest
[src]

impl Debug for AuthRoleDeleteRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleDeleteRequest
[src]