Struct kanidmd_lib::server::batch_modify::BatchModifyEvent
source · [−]pub struct BatchModifyEvent {
pub ident: Identity,
pub modset: ModSetValid,
}
Fields
ident: Identity
modset: ModSetValid
Auto Trait Implementations
impl !RefUnwindSafe for BatchModifyEvent
impl Send for BatchModifyEvent
impl Sync for BatchModifyEvent
impl Unpin for BatchModifyEvent
impl !UnwindSafe for BatchModifyEvent
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