Struct ldap_parser::ldap::BindRequest [−][src]
pub struct BindRequest<'a> {
pub version: u8,
pub name: LdapDN<'a>,
pub authentication: AuthenticationChoice<'a>,
}
Fields
version: u8
name: LdapDN<'a>
authentication: AuthenticationChoice<'a>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.