Struct obf_rs::Set[][src]

pub struct Set {
Show fields pub set_i_d: String, pub entrant_1_i_d: Option<String>, pub entrant_2_i_d: Option<String>, pub status: Option<Status>, pub entrant_1_result: Option<EntrantResult>, pub entrant_2_result: Option<EntrantResult>, pub entrant_1_score: Option<i32>, pub entrant_2_score: Option<i32>, pub winner_next_set_i_d: Option<String>, pub loser_next_set_i_d: Option<String>, pub entrant_1_prev_set_i_d: Option<String>, pub entrant_2_prev_set_i_d: Option<String>, pub set_format: Option<String>, pub phase_i_d: Option<String>, pub round_i_d: Option<String>, pub games: Option<Vec<Game>>, pub other: Option<HashMap<String, String>>,
}

Fields

set_i_d: Stringentrant_1_i_d: Option<String>entrant_2_i_d: Option<String>status: Option<Status>entrant_1_result: Option<EntrantResult>entrant_2_result: Option<EntrantResult>entrant_1_score: Option<i32>entrant_2_score: Option<i32>winner_next_set_i_d: Option<String>loser_next_set_i_d: Option<String>entrant_1_prev_set_i_d: Option<String>entrant_2_prev_set_i_d: Option<String>set_format: Option<String>phase_i_d: Option<String>round_i_d: Option<String>games: Option<Vec<Game>>other: Option<HashMap<String, String>>

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

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.

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.