Struct kanidmd_lib::event::CreateEvent
source · [−]Fields
ident: Identity
entries: Vec<Entry<EntryInit, EntryNew>>
Implementations
sourceimpl CreateEvent
impl CreateEvent
pub fn from_message(
ident: Identity,
req: &CreateRequest,
qs: &QueryServerWriteTransaction<'_>
) -> Result<Self, OperationError>
pub fn new_internal(entries: Vec<Entry<EntryInit, EntryNew>>) -> Self
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateEvent
impl Send for CreateEvent
impl Sync for CreateEvent
impl Unpin for CreateEvent
impl !UnwindSafe for CreateEvent
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