Struct ldap3::controls::PostRead [] [src]

pub struct PostRead<S>(_);

Post-Read request control (RFC 4527).

Methods

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

Create a new control instance with the specified list of attribute names/OIDs.

Trait Implementations

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

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