Enum kanidmd_lib::idm::ldap::LdapResponseState
source · [−]pub enum LdapResponseState {
Unbind,
Disconnect(LdapMsg),
Bind(LdapBoundToken, LdapMsg),
Respond(LdapMsg),
MultiPartResponse(Vec<LdapMsg>),
BindMultiPartResponse(LdapBoundToken, Vec<LdapMsg>),
}
Variants
Unbind
Disconnect(LdapMsg)
Bind(LdapBoundToken, LdapMsg)
Respond(LdapMsg)
MultiPartResponse(Vec<LdapMsg>)
BindMultiPartResponse(LdapBoundToken, Vec<LdapMsg>)
Auto Trait Implementations
impl RefUnwindSafe for LdapResponseState
impl Send for LdapResponseState
impl Sync for LdapResponseState
impl Unpin for LdapResponseState
impl UnwindSafe for LdapResponseState
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