Struct rincon_client::auth::types::AuthenticationRequest [] [src]

pub struct AuthenticationRequest { /* fields omitted */ }

This structs holds the properties necessary to authenticate a user.

Methods

impl AuthenticationRequest
[src]

[src]

Constructs a new instance of an AuthenticationRequest containing the given username and password.

[src]

Returns the username in this AuthenticationRequest.

[src]

Returns the password in this AuthenticationRequest.

Trait Implementations

impl Debug for AuthenticationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AuthenticationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AuthenticationRequest
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations