Struct cdrs::authenticators::PasswordAuthenticator [] [src]

pub struct PasswordAuthenticator<'a> { /* fields omitted */ }

Methods

impl<'a> PasswordAuthenticator<'a>
[src]

Trait Implementations

impl<'a> Debug for PasswordAuthenticator<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for PasswordAuthenticator<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Authenticator for PasswordAuthenticator<'a>
[src]