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