Struct ldap3::controls::Control [] [src]

pub struct Control(pub Option<ControlType>, pub RawControl);

Response control.

If the OID is recognized as corresponding to one of controls implemented by this library while parsing raw BER data of the response, the first element will have a value, otherwise it will be None.

Trait Implementations

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Control
[src]

Formats the value using the given formatter.