Enum hyper_sardine::AuthenticateScheme[][src]

pub enum AuthenticateScheme {
    Srd,
}

Variants

Trait Implementations

impl Copy for AuthenticateScheme
[src]

impl Clone for AuthenticateScheme
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthenticateScheme
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AuthenticateScheme
[src]

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

This method tests for !=.

impl Display for AuthenticateScheme
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations