Struct grpc_etcd::rpc::AuthRoleListResponse [] [src]

pub struct AuthRoleListResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub roles: RepeatedField<String>,
    // some fields omitted
}

Fields

Methods

impl AuthRoleListResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthRoleListResponse
[src]

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

impl Sync for AuthRoleListResponse
[src]

impl Message for AuthRoleListResponse
[src]

impl MessageStatic for AuthRoleListResponse
[src]

impl Clear for AuthRoleListResponse
[src]

impl Debug for AuthRoleListResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthRoleListResponse
[src]