Struct etternaonline_api::v1::ScoreData[][src]

pub struct ScoreData {
    pub ssr: Skillsets8,
    pub wifescore: Wifescore,
    pub max_combo: u32,
    pub is_valid: bool,
    pub modifiers: String,
    pub judgements: FullJudgements,
    pub datetime: String,
    pub has_chord_cohesion: bool,
    pub rate: Rate,
    pub user: User,
    pub replay: Option<Replay>,
    pub song: Song,
}

Fields

ssr: Skillsets8wifescore: Wifescoremax_combo: u32is_valid: boolmodifiers: Stringjudgements: FullJudgementsdatetime: Stringhas_chord_cohesion: boolrate: Rateuser: Userreplay: Option<Replay>song: Song

Trait Implementations

impl Clone for ScoreData[src]

impl Debug for ScoreData[src]

impl Default for ScoreData[src]

impl PartialEq<ScoreData> for ScoreData[src]

impl StructuralPartialEq for ScoreData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.