Struct ldap3::controls::Assertion [] [src]

pub struct Assertion<S> {
    pub filter: S,
}

Assertion control (RFC 4528).

Fields

String representation of the assertion filter.

Methods

impl<S: AsRef<str>> Assertion<S>
[src]

Create a new control instance with the specified filter.

Trait Implementations

impl<S: Debug> Debug for Assertion<S>
[src]

Formats the value using the given formatter.

impl<S> MakeCritical for Assertion<S>
[src]

Mark the control instance as critical. This operation consumes the control, and is irreversible. Read more