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: Skillsets8
§wifescore: Wifescore
§max_combo: u32
§is_valid: bool
§modifiers: String
§judgements: FullJudgements
§datetime: String
§has_chord_cohesion: bool
§rate: Rate
§user: User
§replay: Option<Replay>
§song: Song
Trait Implementations§
impl StructuralPartialEq for ScoreData
Auto Trait Implementations§
impl Freeze for ScoreData
impl RefUnwindSafe for ScoreData
impl Send for ScoreData
impl Sync for ScoreData
impl Unpin for ScoreData
impl UnwindSafe for ScoreData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more