pub async fn get_given_peer_reviews(
    conn: &mut PgConnection,
    user_id: Uuid,
    exercise_id: Uuid,
    course_instance_id: Uuid
) -> ModelResult<Vec<PeerReviewWithQuestionsAndAnswers>>
Expand description

Returns the peer reviews given by this user. Does not return the self reviews given by the user.