Struct osu::Match
[−]
[src]
pub struct Match {
pub end_time: Option<String>,
pub match_id: i64,
pub name: String,
pub start_time: String,
}Fields
end_time: Option<String>
match_id: i64
name: String
start_time: String
Trait Implementations
impl Clone for Match[src]
fn clone(&self) -> Match[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more