pub async fn mark_as_used( conn: &mut PgConnection, email_verification_token: &str, ) -> ModelResult<()>