Struct ldap_parser::ldap::SearchResultEntry [−][src]
pub struct SearchResultEntry<'a> {
pub object_name: LdapDN<'a>,
pub attributes: Vec<PartialAttribute<'a>>,
}
Fields
object_name: LdapDN<'a>
attributes: Vec<PartialAttribute<'a>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.