pub struct RankedScore {
pub rank: ScoreRank,
pub score: Score,
}Fields§
§rank: ScoreRank§score: ScoreTrait Implementations§
Source§impl Debug for RankedScore
impl Debug for RankedScore
Source§impl Default for RankedScore
impl Default for RankedScore
Source§fn default() -> RankedScore
fn default() -> RankedScore
Returns the “default value” for a type. Read more
Source§impl Display for RankedScore
impl Display for RankedScore
Source§impl FromStr for RankedScore
impl FromStr for RankedScore
Source§impl PartialEq for RankedScore
impl PartialEq for RankedScore
impl StructuralPartialEq for RankedScore
Auto Trait Implementations§
impl Freeze for RankedScore
impl RefUnwindSafe for RankedScore
impl Send for RankedScore
impl Sync for RankedScore
impl Unpin for RankedScore
impl UnwindSafe for RankedScore
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