Struct ldap_parser::filter::Attribute [−][src]
pub struct Attribute<'a> {
pub attr_type: LdapString<'a>,
pub attr_vals: Vec<AttributeValue<'a>>,
}
Fields
attr_type: LdapString<'a>
attr_vals: Vec<AttributeValue<'a>>