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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self