Module ldap3::result [] [src]

Operation result structures and helpers.

Most LDAP operations return a LdapResult. This module contains its definition, as well as that of a number of wrapper structs and helper methods, which adapt LDAP result and error handling to be a closer match to Rust conventions.

Structs

CompareResult

Wraper for the result of a Compare operation.

ExopResult

Wrapper for the result of an Extended operation.

LdapResult

Common components of an LDAP operation result.

SearchResult

Wrapper for results of a Search operation which returns all entries at once.