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