pub enum YakuLevel {
Normal(u8),
Yakuman(u8),
}Expand description
Represents the number of Han for Yakus or the count of Yakuman.
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for YakuLevel
Auto Trait Implementations§
impl Freeze for YakuLevel
impl RefUnwindSafe for YakuLevel
impl Send for YakuLevel
impl Sync for YakuLevel
impl Unpin for YakuLevel
impl UnwindSafe for YakuLevel
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