Enum tiberius::AuthenticationMethod [] [src]

pub enum AuthenticationMethod<'a> {
    InternalSqlServerAuth(Cow<'a, str>, Cow<'a, str>),
}

Variants

InternalSqlServerAuth(Cow<'a, str>, Cow<'a, str>)

username, password

Methods

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

fn internal<U: Into<Cow<'a, str>>, P: Into<Cow<'a, str>>>(username: U, password: P) -> AuthenticationMethod<'a>

Trait Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.