Struct kanidmd_lib::idm::event::UnixGroupTokenEvent
source · [−]Fields
ident: Identity
target: Uuid
Implementations
sourceimpl UnixGroupTokenEvent
impl UnixGroupTokenEvent
pub fn from_parts(ident: Identity, target: Uuid) -> Result<Self, OperationError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UnixGroupTokenEvent
impl Send for UnixGroupTokenEvent
impl Sync for UnixGroupTokenEvent
impl Unpin for UnixGroupTokenEvent
impl !UnwindSafe for UnixGroupTokenEvent
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