Skip to main content

get_by_user_id

Function get_by_user_id 

Source
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.