Struct orca::ldap::LdapClient [−][src]
pub struct LdapClient {
pub uri: String,
pub addr: SocketAddr,
pub basedn: String,
pub schema: LdapSchema,
conn: Mutex<Option<LdapInner>>,
}
Fields
uri: String
addr: SocketAddr
basedn: String
schema: LdapSchema
conn: Mutex<Option<LdapInner>>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LdapClient
impl Send for LdapClient
impl Sync for LdapClient
impl Unpin for LdapClient
impl !UnwindSafe for LdapClient
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more