Struct ldap_parser::ldap::SaslCredentials [−][src]
pub struct SaslCredentials<'a> {
pub mechanism: LdapString<'a>,
pub credentials: Option<Cow<'a, [u8]>>,
}
Fields
mechanism: LdapString<'a>
credentials: Option<Cow<'a, [u8]>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.