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