Struct kanidmd_lib::idm::event::LdapAuthEvent
source · [−]Fields
target: Uuid
cleartext: String
Implementations
sourceimpl LdapAuthEvent
impl LdapAuthEvent
pub fn from_parts(
target: Uuid,
cleartext: String
) -> Result<Self, OperationError>
Auto Trait Implementations
impl RefUnwindSafe for LdapAuthEvent
impl Send for LdapAuthEvent
impl Sync for LdapAuthEvent
impl Unpin for LdapAuthEvent
impl UnwindSafe for LdapAuthEvent
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