pub async fn join( client: &Client, race_id: Uuid, join_as: JoinAs<'_>, join_token: Option<&str>, ) -> Result<Entry, Error>
Joins the Race for the given entry.