Struct grpc_etcd::rpc::AuthRoleGrantPermissionResponse [] [src]

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

Fields

Methods

impl AuthRoleGrantPermissionResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleGrantPermissionResponse
[src]

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

impl Sync for AuthRoleGrantPermissionResponse
[src]

impl Message for AuthRoleGrantPermissionResponse
[src]

impl MessageStatic for AuthRoleGrantPermissionResponse
[src]

impl Clear for AuthRoleGrantPermissionResponse
[src]

impl Debug for AuthRoleGrantPermissionResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleGrantPermissionResponse
[src]