Struct ldap3::controls::PreRead [] [src]

pub struct PreRead<S>(_);

Pre-Read request control (RFC 4527).

Methods

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

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

Trait Implementations

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

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