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