pub async fn get_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
) -> ModelResult<Option<VerifiedStudentNumber>>Expand description
The account’s live link, if it has one. At most one exists by partial unique index.
pub async fn get_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
) -> ModelResult<Option<VerifiedStudentNumber>>The account’s live link, if it has one. At most one exists by partial unique index.