Enum tiberius::AuthMethod [] [src]

pub enum AuthMethod {
    SqlServer(Cow<'static, str>, Cow<'static, str>),
    WinAuth(Cow<'static, str>, Cow<'static, str>),
}

The authentication method that should be used during authentication

Variants

Trait Implementations

impl Debug for AuthMethod
[src]

[src]

Formats the value using the given formatter.