pub async fn get_by_user_id_and_course_id(
conn: &mut PgConnection,
user_id: Uuid,
course_id: Uuid,
) -> ModelResult<SuspectedCheaters>pub async fn get_by_user_id_and_course_id(
conn: &mut PgConnection,
user_id: Uuid,
course_id: Uuid,
) -> ModelResult<SuspectedCheaters>