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