Struct ldap3::controls::RelaxRules [] [src]

pub struct RelaxRules;

Relax Rules control (draft specification).

This control can only be used for requests; there is no corresponding result control.

Trait Implementations

impl MakeCritical for RelaxRules
[src]

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