Struct grpc_etcd::rpc::AuthRoleGrantPermissionRequest [] [src]

pub struct AuthRoleGrantPermissionRequest {
    pub name: String,
    pub perm: SingularPtrField<Permission>,
    // some fields omitted
}

Fields

Methods

impl AuthRoleGrantPermissionRequest
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleGrantPermissionRequest
[src]

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

impl Sync for AuthRoleGrantPermissionRequest
[src]

impl Message for AuthRoleGrantPermissionRequest
[src]

impl MessageStatic for AuthRoleGrantPermissionRequest
[src]

impl Clear for AuthRoleGrantPermissionRequest
[src]

impl Debug for AuthRoleGrantPermissionRequest
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleGrantPermissionRequest
[src]