pub enum ScoreRank {
Normal {
fu: u8,
han: u8,
},
Mangan,
Haneman,
Baiman,
Sanbaiman,
Yakuman,
}Variants§
Trait Implementations§
impl Copy for ScoreRank
impl StructuralPartialEq for ScoreRank
Auto Trait Implementations§
impl Freeze for ScoreRank
impl RefUnwindSafe for ScoreRank
impl Send for ScoreRank
impl Sync for ScoreRank
impl Unpin for ScoreRank
impl UnwindSafe for ScoreRank
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