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