Enum torn_api::user::Competition
source · pub enum Competition {
Elimination {
score: i16,
attacks: i16,
team: EliminationTeam,
},
}
Variants§
Trait Implementations§
source§impl Clone for Competition
impl Clone for Competition
source§fn clone(&self) -> Competition
fn clone(&self) -> Competition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more