pub enum LdapProtoError {
Show 50 variants
WhoamiResponseName,
PasswordModifyRequestOid,
PasswordModifyRequestEmpty,
PasswordModifyRequestBer,
PasswordModifyRequestValueId,
PasswordModifyResponseName,
PasswordModifyResponseEmpty,
PasswordModifyResponseBer,
OlMemDumpBer,
LdapMsgBer,
LdapMsgSeqLen,
LdapMsgId,
LdapMsgOp,
LdapOpTag,
LdapOpUnknown,
ControlUnknown,
ControlBer,
ControlSeqLen,
ControlSyncMode,
ControlSyncState,
ControlSyncUuid,
ControlAdDirsyncInteger,
ControlPagedInteger,
ControlPagedCookie,
BindCredBer,
BindCredId,
BindRequestVersion,
BindRequestBer,
ResultBer,
FilterTag,
FilterBer,
SearchBer,
ModifyBer,
PartialAttributeBer,
SearchResultEntryBer,
ExtendedRequestBer,
IntermediateResponseTag,
IntermediateResponseId,
IntermediateResponseBer,
IntermediateResponseSyncUuid,
ModifyTypeValue,
SearchScopeValue,
DerefAliasesValue,
ModifyRequestBer,
AddRequestBer,
ModifyDNRequestBer,
CompareRequestBer,
ResultCode,
DelRequestBer,
AbandonRequestBer,
}
Variants§
WhoamiResponseName
PasswordModifyRequestOid
PasswordModifyRequestEmpty
PasswordModifyRequestBer
PasswordModifyRequestValueId
PasswordModifyResponseName
PasswordModifyResponseEmpty
PasswordModifyResponseBer
OlMemDumpBer
LdapMsgBer
LdapMsgSeqLen
LdapMsgId
LdapMsgOp
LdapOpTag
LdapOpUnknown
ControlUnknown
ControlBer
ControlSeqLen
ControlSyncMode
ControlSyncState
ControlSyncUuid
ControlAdDirsyncInteger
ControlPagedInteger
ControlPagedCookie
BindCredBer
BindCredId
BindRequestVersion
BindRequestBer
ResultBer
FilterTag
FilterBer
SearchBer
ModifyBer
PartialAttributeBer
SearchResultEntryBer
ExtendedRequestBer
IntermediateResponseTag
IntermediateResponseId
IntermediateResponseBer
IntermediateResponseSyncUuid
ModifyTypeValue
SearchScopeValue
DerefAliasesValue
ModifyRequestBer
AddRequestBer
ModifyDNRequestBer
CompareRequestBer
ResultCode
DelRequestBer
AbandonRequestBer
Trait Implementations§
Source§impl Debug for LdapProtoError
impl Debug for LdapProtoError
Source§impl Display for LdapProtoError
impl Display for LdapProtoError
Source§impl Error for LdapProtoError
impl Error for LdapProtoError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for LdapProtoError
impl RefUnwindSafe for LdapProtoError
impl Send for LdapProtoError
impl Sync for LdapProtoError
impl Unpin for LdapProtoError
impl UnwindSafe for LdapProtoError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more