Enum ldap_parser::ldap::AuthenticationChoice [−][src]
pub enum AuthenticationChoice<'a> {
Simple(Cow<'a, [u8]>),
Sasl(SaslCredentials<'a>),
}
Variants
Sasl(SaslCredentials<'a>)
Tuple Fields of Sasl
0: SaslCredentials<'a>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.