pub struct LatestReplay {
pub score: GetUserRecentResp,
pub beatmap: GetBeatmapsResp,
}Expand description
Represent the score and beatmap information
Fields§
§score: GetUserRecentResp§beatmap: GetBeatmapsRespAuto Trait Implementations§
impl Freeze for LatestReplay
impl RefUnwindSafe for LatestReplay
impl Send for LatestReplay
impl Sync for LatestReplay
impl Unpin for LatestReplay
impl UnwindSafe for LatestReplay
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