Struct grpc_etcd::rpc::AuthRoleDeleteResponse [] [src]

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

Fields

Methods

impl AuthRoleDeleteResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleDeleteResponse
[src]

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

impl Sync for AuthRoleDeleteResponse
[src]

impl Message for AuthRoleDeleteResponse
[src]

impl MessageStatic for AuthRoleDeleteResponse
[src]

impl Clear for AuthRoleDeleteResponse
[src]

impl Debug for AuthRoleDeleteResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleDeleteResponse
[src]