Struct ldap_parser::filter::MatchingRuleAssertion [−][src]
pub struct MatchingRuleAssertion<'a> {
pub matching_rule: Option<LdapString<'a>>,
pub rule_type: Option<AttributeDescription<'a>>,
pub assertion_value: AssertionValue<'a>,
pub dn_attributes: Option<bool>,
}
Fields
matching_rule: Option<LdapString<'a>>
rule_type: Option<AttributeDescription<'a>>
assertion_value: AssertionValue<'a>
dn_attributes: Option<bool>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.