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