Enum kanidmd_lib::idm::ldap::LdapSession
source · [−]pub enum LdapSession {
UnixBind(Uuid),
UserAuthToken(UserAuthToken),
ApiToken(ApiToken),
}
Variants
UnixBind(Uuid)
UserAuthToken(UserAuthToken)
ApiToken(ApiToken)
Trait Implementations
sourceimpl Clone for LdapSession
impl Clone for LdapSession
sourcefn clone(&self) -> LdapSession
fn clone(&self) -> LdapSession
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LdapSession
impl Debug for LdapSession
sourceimpl PartialEq<LdapSession> for LdapSession
impl PartialEq<LdapSession> for LdapSession
sourcefn eq(&self, other: &LdapSession) -> bool
fn eq(&self, other: &LdapSession) -> bool
impl Eq for LdapSession
impl StructuralEq for LdapSession
impl StructuralPartialEq for LdapSession
Auto Trait Implementations
impl RefUnwindSafe for LdapSession
impl Send for LdapSession
impl Sync for LdapSession
impl Unpin for LdapSession
impl UnwindSafe for LdapSession
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more