Docs.rs
simple-ldap-0.0.1
simple-ldap 0.0.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
keaz
Dependencies
ldap3 ^0.11.1
normal
serde ^1.0.163
normal
serde_json ^1.0.96
normal
Versions
28.57%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Filter
Required Methods
filter
Implementors
In simple_ldap
?
Trait
simple_ldap
::
Filter
source
·
[
−
]
pub trait Filter { // Required method fn
filter
(&self) ->
String
; }
Required Methods
§
source
fn
filter
(&self) ->
String
Implementors
§
source
§
impl
Filter
for
AndFilter
source
§
impl
Filter
for
EqFilter
source
§
impl
Filter
for
LikeFilter
source
§
impl
Filter
for
NotFilter
source
§
impl
Filter
for
OrFilter