pub async fn get_all_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
) -> ModelResult<Vec<SuspectedCheaters>>Expand description
All non-deleted suspected-cheater records for a user across courses. A user can be flagged in more than one course, hence a list.