Struct eventstore_tcp::UsernamePassword [] [src]

pub struct UsernamePassword(_, _);

Username and password authentication token embedded in requests as there is no concept of session in the TCP protocol, every request must be authenticated.

Methods

impl UsernamePassword
[src]

Create a new value

Trait Implementations

impl Clone for UsernamePassword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UsernamePassword
[src]

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

This method tests for !=.

impl Eq for UsernamePassword
[src]

impl Debug for UsernamePassword
[src]

Formats the value using the given formatter.

impl Into<(String, String)> for UsernamePassword
[src]

Performs the conversion.