Struct grpc_etcd::rpc::AuthUserGetResponse [] [src]

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

Fields

Methods

impl AuthUserGetResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthUserGetResponse
[src]

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

impl Sync for AuthUserGetResponse
[src]

impl Message for AuthUserGetResponse
[src]

impl MessageStatic for AuthUserGetResponse
[src]

impl Clear for AuthUserGetResponse
[src]

impl Debug for AuthUserGetResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthUserGetResponse
[src]