Struct grpc_etcd::rpc::AuthUserListResponse [] [src]

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

Fields

Methods

impl AuthUserListResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthUserListResponse
[src]

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

impl Sync for AuthUserListResponse
[src]

impl Message for AuthUserListResponse
[src]

impl MessageStatic for AuthUserListResponse
[src]

impl Clear for AuthUserListResponse
[src]

impl Debug for AuthUserListResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthUserListResponse
[src]