Struct challonge::participants::Participant[][src]

pub struct Participant {
Show 28 fields pub active: bool, pub checked_in_at: Option<DateTime<FixedOffset>>, pub created_at: DateTime<FixedOffset>, pub final_rank: Option<u64>, pub group_id: Option<u64>, pub icon: String, pub id: ParticipantId, pub invitation_id: Option<u64>, pub invite_email: String, pub misc: String, pub name: String, pub on_waiting_list: bool, pub seed: u64, pub tournament_id: u64, pub updated_at: DateTime<FixedOffset>, pub challonge_username: String, pub challonge_email_address_verified: String, pub removable: bool, pub participatable_or_invitation_attached: bool, pub confirm_remove: bool, pub invitation_pending: bool, pub display_name_with_invitation_email_address: String, pub email_hash: String, pub username: String, pub attached_participatable_portrait_url: String, pub can_check_in: bool, pub checked_in: bool, pub reactivatable: bool,
}
Expand description

Challonge Participant definition.

Fields

active: bool

Is a participant active

checked_in_at: Option<DateTime<FixedOffset>>

Time when the participant was checked in

created_at: DateTime<FixedOffset>

Time when the participant was added to the tournament

final_rank: Option<u64>

???

group_id: Option<u64>

???

icon: String

???

id: ParticipantId

Unique participant identifier

invitation_id: Option<u64>

Invitation id.

invite_email: String

Invitation email.

misc: String

???

name: String

Name of the participant.

on_waiting_list: bool

???

seed: u64

Seed of the participant in the tournament.

tournament_id: u64

Id of the tournament the participant belongs to.

updated_at: DateTime<FixedOffset>

Time when the participant was updated last time

challonge_username: String

A name of a user in challonge system.

challonge_email_address_verified: String

Verified email address in challonge system.

removable: bool

Is the participant can be removed

participatable_or_invitation_attached: bool

???

confirm_remove: bool

Needs removal confirmation

invitation_pending: bool

Participant has invitation pending yet.

display_name_with_invitation_email_address: String

???

email_hash: String

???

username: String

???

attached_participatable_portrait_url: String

???

can_check_in: bool

Is the participant able to check in

checked_in: bool

Did the participant check in

reactivatable: bool

Participant can be reactivated

Implementations

Decodes Participant from JSON.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.