Struct grpc_etcd::rpc::AuthUserChangePasswordResponse [] [src]

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

Fields

Methods

impl AuthUserChangePasswordResponse
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuthUserChangePasswordResponse
[src]

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

impl Sync for AuthUserChangePasswordResponse
[src]

impl Message for AuthUserChangePasswordResponse
[src]

impl MessageStatic for AuthUserChangePasswordResponse
[src]

impl Clear for AuthUserChangePasswordResponse
[src]

impl Debug for AuthUserChangePasswordResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AuthUserChangePasswordResponse
[src]