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]

Formats the value using the given formatter. Read more

impl PartialEq for AuthMethod
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for AuthMethod

impl Sync for AuthMethod