Struct ldap_parser::ldap::LdapResult [−][src]
pub struct LdapResult<'a> {
pub result_code: ResultCode,
pub matched_dn: LdapDN<'a>,
pub diagnostic_message: LdapString<'a>,
}
Fields
result_code: ResultCode
matched_dn: LdapDN<'a>
diagnostic_message: LdapString<'a>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.