Struct osu::UserEvent [] [src]

pub struct UserEvent {
    pub beatmap_id: i64,
    pub beatmapset_id: i64,
    pub date: String,
    pub display_html: String,
    pub epic_factor: i64,
}

Fields

Trait Implementations

impl Clone for UserEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserEvent
[src]

[src]

Formats the value using the given formatter.