Enum kanidmd_lib::idm::ldap::LdapSession
source · pub enum LdapSession {
UnixBind(Uuid),
UserAuthToken(UserAuthToken),
ApiToken(ApiToken),
}
Variants§
Trait Implementations§
source§impl Clone for LdapSession
impl Clone for LdapSession
source§fn clone(&self) -> LdapSession
fn clone(&self) -> LdapSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LdapSession
impl Debug for LdapSession
source§impl PartialEq<LdapSession> for LdapSession
impl PartialEq<LdapSession> for LdapSession
source§fn eq(&self, other: &LdapSession) -> bool
fn eq(&self, other: &LdapSession) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.