Struct kanidmd_lib::event::ReviveRecycledEvent
source · [−]pub struct ReviveRecycledEvent {
pub ident: Identity,
pub filter: Filter<FilterValid>,
}
Fields
ident: Identity
filter: Filter<FilterValid>
Implementations
sourceimpl ReviveRecycledEvent
impl ReviveRecycledEvent
pub fn from_parts(
ident: Identity,
filter: &Filter<FilterInvalid>,
qs: &QueryServerWriteTransaction<'_>
) -> Result<Self, OperationError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ReviveRecycledEvent
impl Send for ReviveRecycledEvent
impl Sync for ReviveRecycledEvent
impl Unpin for ReviveRecycledEvent
impl !UnwindSafe for ReviveRecycledEvent
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