Struct kanidmd_lib::event::PurgeRecycledEvent
source · [−]Fields
ident: Identity
eventid: Uuid
Implementations
Trait Implementations
sourceimpl Debug for PurgeRecycledEvent
impl Debug for PurgeRecycledEvent
Auto Trait Implementations
impl !RefUnwindSafe for PurgeRecycledEvent
impl Send for PurgeRecycledEvent
impl Sync for PurgeRecycledEvent
impl Unpin for PurgeRecycledEvent
impl !UnwindSafe for PurgeRecycledEvent
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