Struct grpc_etcd::rpc::AuthRoleAddResponse [] [src]

pub struct AuthRoleAddResponse {
    pub header: SingularPtrField<ResponseHeader>,
    // some fields omitted
}

Fields

Methods

impl AuthRoleAddResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleAddResponse
[src]

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

impl Sync for AuthRoleAddResponse
[src]

impl Message for AuthRoleAddResponse
[src]

impl MessageStatic for AuthRoleAddResponse
[src]

impl Clear for AuthRoleAddResponse
[src]

impl Debug for AuthRoleAddResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleAddResponse
[src]