Struct kanidmd_lib::idm::serviceaccount::DestroyApiTokenEvent
source · [−]Fields
ident: Identity
target: Uuid
token_id: Uuid
Auto Trait Implementations
impl !RefUnwindSafe for DestroyApiTokenEvent
impl Send for DestroyApiTokenEvent
impl Sync for DestroyApiTokenEvent
impl Unpin for DestroyApiTokenEvent
impl !UnwindSafe for DestroyApiTokenEvent
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