Struct ldap_parser::filter::AttributeValueAssertion [−][src]
pub struct AttributeValueAssertion<'a> {
pub attribute_desc: LdapString<'a>,
pub assertion_value: &'a [u8],
}
Fields
attribute_desc: LdapString<'a>
assertion_value: &'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 !=
.