Enum goji::Credentials[][src]

pub enum Credentials {
    Basic(StringString),
}

Types of authentication credentials

Variants

username and password credentials

Trait Implementations

impl Clone for Credentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Credentials
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Credentials

impl Sync for Credentials